Download and Run
Install in R
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-2.6.0.11.zip
cd h2o-2.6.0.11
java -Xmx1g -jar h2o.jar
3. Point your browser to http://localhost:54321
Documentation
- Full Documentation
- R User Documentation
- Java Developer Documentation (Javadoc)
- REST API Documentation (Coming soon)