Quickstart
Get a model trained in under 5 minutes with Python or R
Installation
Install H2O-3 via pip, CRAN, or download the standalone jar
AutoML
Automatically train and rank hundreds of models with a single call
Algorithm Reference
GBM, XGBoost, Random Forest, Deep Learning, GLM, GAM, and more
What you can do with H2O-3
AutoML
Automatically trains and ranks models — no ML expertise required
Distributed Training
Scale across a cluster using in-memory distributed computing
Model Explainability
SHAP values, PDP plots, variable importance — built in
MOJO Deployment
Export models as MOJO or POJO for fast, dependency-free scoring
Flow Web UI
Interactive notebook-style UI for data exploration and modeling
Multi-language API
Consistent API across Python, R, and REST
Get up and running
Supported algorithms
H2O-3 includes production-ready implementations of the most widely used ML algorithms:| Algorithm | Best for |
|---|---|
| GBM / XGBoost | Tabular regression & classification |
| Random Forest | Robust baseline, interpretable |
| Deep Learning | Complex patterns, multi-layer networks |
| GLM / GAM | Interpretable linear & additive models |
| AutoML | Automatic model selection & tuning |
| Stacked Ensembles | Combining multiple models |
| K-Means / PCA | Clustering & dimensionality reduction |
H2O-3 is Apache 2.0 licensed. Source code, issue tracking, and community discussion are on GitHub.