...
29°45′46", 95°22′59″ => Houston, TX, USA
Operator Usage in Easy Mode
- Click + on the parent node.
- Enter the Predict Label from Numeric Values operator in the search field and select the operator from the Results to open the operator form.
- In the Table drop-down, enter or select the name of the table to apply the prediction.
- In the Model Name drop-down, enter or select the name of the model.
- Optional. In the Column Names, click Add More to add the list of column names used to predict the label.
- Click Run to view the result.
- Click Save to add the operator to the playbook.
- 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.
...