Wave App for H2O AutoML provides an interactive interface to leverage H2O's AutoML capabilities seamlessly. This setup uses Docker Compose to simplify installation and deployment.
$ git clone git@github.com:Elkhn/h2o-automl-docker.git
$ cd h2o-automl-docker
$ docker-compose up --build
Point your favorite web browser to localhost:10101
- Configuration: Customize environment variables and settings by editing the docker-compose.yml file.
- Logs: View logs for all services by running docker-compose logs -f.
- Volume Management: Data persistence and volume management can be configured within the docker-compose.yml file.
For further assistance, refer to the H2O AutoML.