The fundamental workflow
Our fundamental workflow will proceed through the following steps:
- Launching the H2O cluster (Enterprise Steam UI)
- Connecting to the H2O cluster (your IDE from this point onward)
- Building the model
- Evaluating and explaining the model
- Exporting the model for production deployment
- Shutting down the H2O cluster
Step 1 – launching the H2O cluster
This step is done from the Enterprise Steam UI. You will select whether you want an H2O-3 or Sparkling Water cluster and then you will configure the H2O cluster behavior, such as the duration of idle time before it times out and terminates and whether you want to save the state at termination so you can restart the cluster and pick up where you left off (this must be enabled by the administrator). Nicely, Enterprise Steam will auto-size the H2O cluster (number of nodes, memory per node, CPUs) based on your data size.
Logging in to Steam
Open a web browser and go to https...