AWSMachineLearningPerformanceMetrics
Objective-C
@interface AWSMachineLearningPerformanceMetrics
Swift
class AWSMachineLearningPerformanceMetrics
Measurements of how well the MLModel performed on known observations. One of the following metrics is returned, based on the type of the MLModel:
BinaryAUC: The binary
MLModeluses the Area Under the Curve (AUC) technique to measure performance.RegressionRMSE: The regression
MLModeluses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.MulticlassAvgFScore: The multiclass
MLModeluses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
-
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable properties;Swift
var properties: [String : String]? { get set }
View on GitHub
Install in Dash
AWSMachineLearningPerformanceMetrics Class Reference