| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MachineLearning.Types.PerformanceMetrics
Description
Synopsis
Documentation
data PerformanceMetrics Source #
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.
See: newPerformanceMetrics smart constructor.
Constructors
| PerformanceMetrics' | |
Fields
| |
Instances
newPerformanceMetrics :: PerformanceMetrics Source #
Create a value of PerformanceMetrics with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:properties:PerformanceMetrics', performanceMetrics_properties - Undocumented member.
performanceMetrics_properties :: Lens' PerformanceMetrics (Maybe (HashMap Text Text)) Source #
Undocumented member.