Skip to content
English
  • There are no suggestions because the search field is empty.

PredictScore()

Returns the score of predicted value using specified ML model using the data for current entity. You can specify index of the category/cluster to get it score. When index is zero or not specified, score of the predicted value is returned.

Syntax

PredictScore(model name, index)
  • model name: name of model
  • index

Example

PredictScore("Model 43")

PredictScore("Model 43", 1)