Versions Compared

Key

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

...

Trained models are not displayed in the UI, so remember the name of the model that was created.

Operator Usage in Easy Mode

  1. Click + on the parent node.
  2. Enter the Create Score Combiner 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 Final Score field, enter the column name that contains the final score.
  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
createScoreCombiner(table, modelFilename, finalScore, listOfScoreFields)

...

Output
The same table is returned if the model is successfully created.

Example

Input
table = github_logs

iddownloadScoreloginScorefinalScore
110.05.09.0
11.02.01.0

...