PREDICT
An IntegratedML function that applies a specified trained model to predict the result for each input row provided.
Synopsis
PREDICT(model-name ) PREDICT(model-name USE trained-model-name ) PREDICT(model-name WITH feature-columns-clause ) PREDICT(model-name USE trained-model-name WITH feature-columns-clause )
Description
PREDICT is an IntegratedML function that can be used as a SELECT select-item to return the result of applying a trained machine learning model onto a specified query. For further details, refer to the PREDICT function in Using IntegratedML.
See Also
PROBABILITY function