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 the Predict Label 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 name of the table to apply the prediction.
  4. In the Model Name drop-down, enter or select the name of the model.
  5. Optional. In the Column Names, click Add More to add the list of column names used to predict the label.
  6. Click Run to view the result.
  7. Click Save to add the operator to the playbook.
  8. Click Cancel to discard the operator form.

Usage Details

LQL Command

Code Block
predictLableFromNumericValues(table, outputModelName, listOfColumns)

...

Input table + lhub_predicted_label and lhub_confidence_score.

Example

This example predicts gender from height and weight inputs.

...