PROBABILITY
An IntegratedML function that applies a specified trained model to return the probability that the specified value is true for each input value provided.
Synopsis
PROBABILITY(model-name FOR label-value ) PROBABILITY(model-name USE trained-model-name FOR label-value ) PROBABILITY(model-name FOR label-value WITH feature-columns-clause ) PROBABILITY(model-name USE trained-model-name FOR label-value WITH feature-columns-clause )
Description
PROBABILITY is an IntegratedML function that can be used as a SELECT select-item to return the probability that, for each row in the table, the model would predict the specified value. This probability is returned as a value from 0 to 1. For further details, refer to the PROBABILITY function in Using IntegratedML.
See Also
PREDICT function