...
Note: This operator does not apply score rules as usual. It uses the score rules for interpolation. If you later provide additional known scores, this operator re-adjusts the scores based on the new information. This operator requires at least two known scores to be able to work properly.
Operator Usage in Easy Mode
- Click + on the parent node.
- Enter the Interpolate Scorer operator in the search field and select the Interpolate Scorer operator from the results to open the operator form.
- In the Input Table drop-down, enter or select the table containing the data to run this operator on.
- In the Column field, enter the column name to interpolate.
- 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 |
---|
interpolateScorer(inputTable, column) |
...