prediction
The output from a Predict operation:
Details- Contains the following attributes:DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASS``DetailsAttributes.ALGORITHM - SGDPredictedLabel- Present for either aBINARYorMULTICLASS``MLModelrequest.PredictedScores- Contains the raw classification score corresponding to each label.PredictedValue- Present for aREGRESSION``MLModelrequest.