h2oai / wave-h2o-automl

Wave App for H2O AutoML

Home Page:https://docs.h2o.ai/h2o/latest-stable/h2o-docs/automl.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wave app for H2O AutoML

System Requirements

  1. Python 3.6+
  2. pip3

Installation

1. Run the Wave Server

Follow the instructions here to download and run the latest Wave Server, a requirement for apps.

2. Setup Your Python Environment

$ git clone git@github.com:h2oai/wave-h2o-automl.git
$ cd wave-h2o-automl
$ make setup
$ source venv/bin/activate

3. Run the App

wave run src.app

Note! If you did not activate your virtual environment this will be:

./venv/bin/wave run src.app

4. View the App

Point your favorite web browser to localhost:10101

homepage

About

Wave App for H2O AutoML

https://docs.h2o.ai/h2o/latest-stable/h2o-docs/automl.html

License:Apache License 2.0


Languages

Language:Python 98.6%Language:Makefile 1.4%