Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
MLModel
uses the Area Under the Curve (AUC) technique to measure performance. - RegressionRMSE: The regression
MLModel
uses 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
MLModel
uses 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.
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.