All Downloads are FREE. Search and download functionalities are using the official Maven repository.

www.flow.help.1_3_7.html Maven / Gradle / Ivy


Variables can be used to store information such as download locations. To use a variable in Flow:

  1. Define the variable in a code cell (for example, locA = "https://h2o-public-test-data.s3.amazonaws.com/bigdata/laptop/kdd2009/small-churn/kdd_train.csv"). Flow variable definition
  2. Run the cell. H2O validates the variable. Flow variable validation
  3. Use the variable in another code cell (for example, importFiles [locA]). Flow variable example To further simplify your workflow, you can save the cells containing the variables and definitions as clips.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy