You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MachineLearning::Types::PredictionThe output from a Predict
operation:
Details
- Contains the following attributes: DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASS
DetailsAttributes.ALGORITHM - SGD
PredictedLabel
- Present for either a BINARY
or MULTICLASS
MLModel
request.
PredictedScores
- Contains the raw classification score corresponding to each label.
PredictedValue
- Present for a REGRESSION
MLModel
request.
Returned by:
Instance Attribute Summary collapseProvides any additional details regarding the prediction.
The prediction label for either a BINARY
or MULTICLASS
MLModel
.
Provides the raw classification score corresponding to each label.
The prediction value for REGRESSION
MLModel
.
Provides any additional details regarding the prediction.
#predicted_label ⇒ StringThe prediction label for either a BINARY
or MULTICLASS
MLModel
.
Provides the raw classification score corresponding to each label.
#predicted_value ⇒ FloatThe prediction value for REGRESSION
MLModel
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4