H2O-3 OSS is designed for self-managed production and therefore places every operational responsibility on your internal teams:
SLAs, incident response, and remediation timelines
Commercial CVE patching & long-term support
Model lineage and audit evidence
Supportability documentation for auditors and regulators
Audit-supporting capabilities (SOC 2, ISO 27001, ISO 42001)
H2O-3 Secure is the commercially supported upgrade for enterprises running audit-sensitive AI/ML in production. Keep everything you have: same code, APIs and pipelines run unchanged.
1. Download H2O. This is a zip file that contains everything you need to get started.
By default, this setup is open. If you want to secure your installation, follow the Security Guidelines.
H2O-3 can send anonymous usage telemetry to help prioritize features and platforms — never your code or data. It is off by default; to enable or learn more, see the Telemetry documentation.
2. From your terminal, run:
cd ~/Downloads
unzip h2o-3.46.0.12.zip
cd h2o-3.46.0.12
java -jar h2o.jar
H2O-3 can send anonymous usage telemetry to help prioritize features and platforms — never your code or data. It is off by default; to enable or learn more, see the Telemetry documentation.
1. Prerequisite: Python 3.6.x to 3.11.x
2. Install dependencies (prepending with `sudo` if needed):
pip install requests
pip install tabulate
Optional: install `matplotlib` (required for plotting in Python):
pip install matplotlib
By default, this setup is open. If you want to secure your installation, follow the Security Guidelines.
At the command line, copy and paste these commands one line at a time:
# The following command removes the H2O module for Python.
pip uninstall h2o
# Next, use pip to install this version of the H2O Python module.
pip install /Python/h2o-3.46.0.12-py2.py3-none-any.whl
Conda Installation
Available at https://anaconda.org/h2oai/h2o/
To install this package with conda run:
conda install -c h2oai h2o
Use H2O directly from R
By default, this setup is open. If you want to secure your installation, follow the Security Guidelines.
H2O-3 can send anonymous usage telemetry to help prioritize features and platforms — never your code or data. It is off by default; to enable or learn more, see the Telemetry documentation.
Copy and paste these commands into R one line at a time:
# The following two commands remove any previously installed H2O packages for R.
if ("package:h2o" %in% search()) { detach("package:h2o", unload=TRUE) }
if ("h2o" %in% rownames(installed.packages())) { remove.packages("h2o") }
# Next, we download packages that H2O depends on.
pkgs <- c("RCurl","jsonlite")
for (pkg in pkgs) {
if (! (pkg %in% rownames(installed.packages()))) { install.packages(pkg) }
}
# Now we download, install and initialize the H2O package for R.
install.packages("h2o", type="source", repos="/R")
# Finally, let's load H2O and start up an H2O cluster
library(h2o)
h2o.init()
Run H2O on Hadoop
H2O-3 can send anonymous usage telemetry to help prioritize features and platforms — never your code or data. It is off by default; to enable or learn more, see the Telemetry documentation.
NOW AVAILABLE: H2O-3 Secure FOR PRODUCTION AI/ML
H2O-3 OSS is designed for self-managed production and therefore places every operational responsibility on your internal teams:
SLAs, incident response, and remediation timelines
Commercial CVE patching & long-term support
Model lineage and audit evidence
Supportability documentation for auditors and regulators
Audit-supporting capabilities (SOC 2, ISO 27001, ISO 42001)
H2O-3 Secure is the commercially supported upgrade for enterprises running audit-sensitive AI/ML in production. Keep everything you have: same code, APIs and pipelines run unchanged.
H2O-3 can send anonymous usage telemetry to help prioritize features and platforms — never your code or data. It is off by default; to enable or learn more, see the Telemetry documentation.
H2O-3 can send anonymous usage telemetry to help prioritize features and platforms — never your code or data. It is off by default; to enable or learn more, see the Telemetry documentation.
NOW AVAILABLE: H2O-3 Secure FOR PRODUCTION AI/ML
H2O-3 OSS is designed for self-managed production and therefore places every operational responsibility on your internal teams:
SLAs, incident response, and remediation timelines
Commercial CVE patching & long-term support
Model lineage and audit evidence
Supportability documentation for auditors and regulators
Audit-supporting capabilities (SOC 2, ISO 27001, ISO 42001)
H2O-3 Secure is the commercially supported upgrade for enterprises running audit-sensitive AI/ML in production. Keep everything you have: same code, APIs and pipelines run unchanged.
H2O-3 can send anonymous usage telemetry to help prioritize features and platforms — never your code or data. It is off by default; to enable or learn more, see the Telemetry documentation.
A lightweight assembly jar with minimum dependencies