| 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.FraudDetector.Types.TrainingMetrics
Description
Documentation
data TrainingMetrics Source #
The training metric details.
See: newTrainingMetrics smart constructor.
Constructors
| TrainingMetrics' | |
Fields
| |
Instances
newTrainingMetrics :: TrainingMetrics Source #
Create a value of TrainingMetrics 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:auc:TrainingMetrics', trainingMetrics_auc - The area under the curve. This summarizes true positive rate (TPR) and
false positive rate (FPR) across all possible model score thresholds. A
model with no predictive power has an AUC of 0.5, whereas a perfect
model has a score of 1.0.
$sel:metricDataPoints:TrainingMetrics', trainingMetrics_metricDataPoints - The data points details.
trainingMetrics_auc :: Lens' TrainingMetrics (Maybe Double) Source #
The area under the curve. This summarizes true positive rate (TPR) and false positive rate (FPR) across all possible model score thresholds. A model with no predictive power has an AUC of 0.5, whereas a perfect model has a score of 1.0.
trainingMetrics_metricDataPoints :: Lens' TrainingMetrics (Maybe [MetricDataPoint]) Source #
The data points details.