Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

29°45′46", 95°22′59″ => Houston, TX, USA

Operator Usage in Easy Mode

  1. Click + on the parent node.
  2. Enter Create Model from Numeric Values operator in the search field and select the operator from the Results to open the operator form.
  3. In the Table drop-down, enter or select the table to create a model.
  4. In the Model Name field, enter the name of the model to store it in a particular location.
  5. In the Label Column Name drop-down, select the column name that contains the labels. The drop-down list displays the data based on the selected table name.
  6. Optional. Click Add More to add a list of column names used to create the model.
  7. Click Run to view the result.
  8. Click Save to add the operator to the playbook.
  9. Click Cancel to discard the operator form.

Usage Details

LQL Command

Code Block
createModelFromNumericValues(table, outputModelName, label, listOfColumns)

...

Output
A message saying that the model (name) was successfully created.

Example

Input
table = github_logs

idheightweightgender
170190male
263120female

...