Generates a prediction for the observation using the specified ML Model
Generates a prediction for the observation using the specified
ML Model
.
Note
Not all response parameters will be populated. Whether a response parameter is populated depends on the type of model requested.
machinelearning_predict(MLModelId, Record, PredictEndpoint)
MLModelId |
[required] A unique identifier of the |
Record |
[required] |
PredictEndpoint |
[required] |
A list with the following syntax:
list( Prediction = list( predictedLabel = "string", predictedValue = 123.0, predictedScores = list( 123.0 ), details = list( "string" ) ) )
svc$predict( MLModelId = "string", Record = list( "string" ), PredictEndpoint = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.