Thereās a new major release of H2O and itās packed with new features and fixes!
We named this release after David WolpertĀ , who is famous for inventing Stacking (aka Stacked EnsemblesĀ ). Stacking is a central component in H2O AutoMLĀ , so weāre very grateful for his contributions to machine learning! He is also famous for the āNo Free LunchāĀ theorem, which generally states that no single algorithm will be the best in all cases. In other words, thereās no magic bullet. This is precisely why stacking is such a powerful and practical algorithm ā you never know in advance if a Deep Neural Network, or GBM or Random ForestĀ will be the best algorithm for your problem. When you combine all of these together into a stacked ensemble, you are guaranteed to benefit from the strengths of each of these algorithms. You can read more about Dr. Wolpert and his work hereĀ .
Below is a list of some of the highlights from the 3.18 release. As usual, you can see a list of all the items that went into this release at the Changes.mdĀ file in the h2o-3Ā GitHub repository.
New Features:Ā
Bugs:Ā
Documentation:Ā
Download here: http://h2o-release.s3.amazonaws.com/h2o/latest_stable.htmlĀ