H2O

Version 3.20.0.1

Fast Scalable Machine Learning API
For Smarter Applications

  Download and Run Install in R Install in Python Install on Hadoop Use from Maven

Get started with H2O in 3 easy steps

1. Download H2O. This is a zip file that contains everything you need to get started.

2. From your terminal, run:

cd ~/Downloads
unzip h2o-3.20.0.1.zip
cd h2o-3.20.0.1
# on Java 8 and later:
java -jar h2o.jar
# on Java 7:
java -cp h2o.jar water.H2OApp

3. Point your browser to http://localhost:54321

User Documentation

Developer Documentation

Booklets