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 |
Documentation
data PredictorBaseline Source #
Metrics you can use as a baseline for comparison purposes. Use these metrics when you interpret monitoring results for an auto predictor.
See: newPredictorBaseline
smart constructor.
PredictorBaseline' | |
|
Instances
newPredictorBaseline :: PredictorBaseline Source #
Create a value of PredictorBaseline
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:baselineMetrics:PredictorBaseline'
, predictorBaseline_baselineMetrics
- The initial
accuracy metrics
for the predictor. Use these metrics as a baseline for comparison
purposes as you use your predictor and the metrics change.
predictorBaseline_baselineMetrics :: Lens' PredictorBaseline (Maybe [BaselineMetric]) Source #
The initial accuracy metrics for the predictor. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.