decorator decorator
Return to page
Search


H2O-3
Open Source

Machine learning for everyone

H2O-3 is a fully open source, in-memory machine learning platform. Free, Apache 2.0-licensed, and built for data scientists, ML engineers, and researchers who want to train and run ML models in Python, R, Java, Scala, or H2O Flow.


Built for the workflows
you already use

Python

Works with pandas, scikit-learn, and Jupyter.

 

PIP INSTALL H2O

R

Works with the R ecosystem you know.

 

INSTALL.PACKAGES("H2O")

Java / Scala

Run H2O directly on the JVM and integrate into existing JVM applications.

H2O Flow

A browser-based notebook UI that runs on top of H2O-3 — no coding required.

decorator decorator

Train your first AutoML model in minutes.

Follow these simple steps to install H2O-3 and train your first model.

Install h2O-3

pip install h2o







Train your first AutoML model:

import h2o
from h2o.automl import H2OAutoML

h2o.init()
data = h2o.import_file("your_data.csv")
aml = H2OAutoML(max_runtime_secs=60, seed=1)
aml.train(y="target_column", training_frame=data)
print(aml.leaderboard)

  Full installation and getting-started guides for every supported environment are in the Documentation

Documentation, community, and contributing

Follow these simple steps to install H2O-3 and train your first model.

H2O-3 is open source under the Apache License, Version 2.0. We welcome contributions from the community.

decorator

H2O-3 OSS is free and designed for self-managed workflows.

Upgrade to H2O-3 Enterprise for:

- Multi-node production deployment (Hadoop, Spark, Kubernetes)

- Audit-ready governance (SOC 2, ISO 27001, ISO 42001)

- Prioritized CVE patching and long-term security maintenance

- Premium support with SLAs

Keep everything you have. Seamless upgrade.
Your code, APIs and pipelines run unchanged.

COMPARE H2O-3 OSS VS H2O-3 ENTERPRISE

Get H2O-3 and
start building

Download the latest release and start building with H2O-3.


H2O-3 is licensed under the
Apache License, Version 2.0.

decorator decorator
decorator decorator
h2oai_cube h2oai_cube

Best-in-Class Agents
For Sovereign AI

REQUEST LIVE DEMO