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
- data ErrorMetric = ErrorMetric' {}
- newErrorMetric :: ErrorMetric
- errorMetric_mase :: Lens' ErrorMetric (Maybe Double)
- errorMetric_wape :: Lens' ErrorMetric (Maybe Double)
- errorMetric_mape :: Lens' ErrorMetric (Maybe Double)
- errorMetric_rmse :: Lens' ErrorMetric (Maybe Double)
- errorMetric_forecastType :: Lens' ErrorMetric (Maybe Text)
Documentation
data ErrorMetric Source #
Provides detailed error metrics to evaluate the performance of a predictor. This object is part of the Metrics object.
See: newErrorMetric
smart constructor.
ErrorMetric' | |
|
Instances
newErrorMetric :: ErrorMetric Source #
Create a value of ErrorMetric
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:mase:ErrorMetric'
, errorMetric_mase
- The Mean Absolute Scaled Error (MASE)
$sel:wape:ErrorMetric'
, errorMetric_wape
- The weighted absolute percentage error (WAPE).
$sel:mape:ErrorMetric'
, errorMetric_mape
- The Mean Absolute Percentage Error (MAPE)
$sel:rmse:ErrorMetric'
, errorMetric_rmse
- The root-mean-square error (RMSE).
$sel:forecastType:ErrorMetric'
, errorMetric_forecastType
- The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.
errorMetric_mase :: Lens' ErrorMetric (Maybe Double) Source #
The Mean Absolute Scaled Error (MASE)
errorMetric_wape :: Lens' ErrorMetric (Maybe Double) Source #
The weighted absolute percentage error (WAPE).
errorMetric_mape :: Lens' ErrorMetric (Maybe Double) Source #
The Mean Absolute Percentage Error (MAPE)
errorMetric_rmse :: Lens' ErrorMetric (Maybe Double) Source #
The root-mean-square error (RMSE).
errorMetric_forecastType :: Lens' ErrorMetric (Maybe Text) Source #
The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.