Prediction
class Prediction
The output from a Predict
operation:
Details
- Contains the following attributes:DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASS``DetailsAttributes.ALGORITHM - SGD
PredictedLabel
- Present for either aBINARY
orMULTICLASS``MLModel
request.PredictedScores
- Contains the raw classification score corresponding to each label.PredictedValue
- Present for aREGRESSION``MLModel
request.
Types
Properties
Link copied to clipboard
Provides any additional details regarding the prediction.
Link copied to clipboard
The prediction label for either a BINARY
or MULTICLASS``MLModel
.
Link copied to clipboard
Provides the raw classification score corresponding to each label.
Link copied to clipboard
The prediction value for REGRESSION``MLModel
.