The library uses under the hood probabilistic programming languages with libraries such as #Python@mcmc_stan , Pyro, and #PyTorch to build the forecast estimators.
The new release, version 1.1 includes the following new features and changes: 👇🏼
✨Improve the object-oriented workflow by changing the library's classes, defining three types:
- Forecaster
- Model Template
- Estimator
✨The change of the classes comes with some changes in the code syntax
✨Updating the model diagnostics tools adding supports for ArViz #Python library data visualization functions such as density, pair, and trace plots
This week, H2O had a major release of their ML open-source library for #R and #Python, introducing two new algorithms, improvements, and bug fixing. ❤️👇🏼 🧵
New algorithm (1/2):
✨ Distributed Uplift Random Forest (Uplift DRF) - The Uplift DRF is a tree-based algorithm that uses a Random Forecast classifier to estimate a treatment's incremental impact. See demo on the notebook ⬇️ github.com/h2oai/h2o-3/bl… #randomforest#ML#UpLift
New algorithm (2/2):
✨ Infogram & Admissible Machine Learning - is a new tool for machine learning interpretability. More details are available on the algorithm doc ⬇️ h2o.ai/blog/h2o-relea… #machinelearning#ML
Did you know that An Introduction to Statistical Learning (ISLR) book has an online course? 🎥 🌈❤️ @edXOnline is offering an online course by @Stanford University, following the book curriculum: 🧵 👇🏼
The course instructors are two of the book authors - Prof. Trevor Hastie and Prof. @robtibshirani. While the book is based on #R some awesome people translate it to #python, #julialang, and other #Rstats flavors (see links on the comments below 👇🏼).
The course covers the following topics (aligned with the book curriculum):
New book for Bayesian statistics with #Python! 📚📊🚀
The Bayesian Modeling and Computation in Python by @aloctavodia, @canyon289, and @junpenglao provides an introduction to Bayesian statistics using core Python libraries for Bayesian 🧵 👇🏼
The book covers the following four topics:
- Bayesian Inference concepts
- Bayesian regression methods for linear regressions, splines,
- Time series #forecasting
- Bayesian additive regression trees
- Approximate of Bayesian computation