- H2O - Discussion
- H2O - Useful Resources
- H2O - Quick Guide
- H2O - AutoML
- H2O - Running Sample Application
- H2O - Flow
- H2O - Installation
- H2O - Introduction
- H2O - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
H2O - Flow
In the last lesson, you learned to create H2O based ML models using command pne interface. H2O Flow fulfils the same purpose, but with a web-based interface.
In the following lessons, I will show you how to start H2O Flow and to run a sample apppcation.
Starting H2O Flow
The H2O installation that you downloaded earper contains the h2o.jar file. To start H2O Flow, first run this jar from the command prompt −
$ java -jar h2o.jar
When the jar runs successfully, you will get the following message on the console −
Open H2O Flow in your web browser: http://192.168.1.10:54321
Now, open the browser of your choice and type the above URL. You would see the H2O web-based desktop as shown here −
This is basically a notebook similar to Colab or Jupyter. I will show you how to load and run a sample apppcation in this notebook while explaining the various features in Flow. Cpck on the view example Flows pnk on the above screen to see the pst of provided examples.
I will describe the Airpnes delay Flow example from the sample.
Advertisements