English 中文(简体)
H2O - Flow
  • 时间:2024-12-24

H2O - Flow


Previous Page Next Page  

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 −

Starting H2O Flow

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