Metrics#
Module with metrics of forecasting quality.
API details#
Base:
| 
 | Base class for all the multi-segment metrics. | 
Enums:
| 
 | Enum for different metric aggregation modes. | 
Scalar metrics:
| 
 | Mean absolute error metric with multi-segment computation support. | 
| 
 | Mean absolute percentage error metric with multi-segment computation support. | 
| 
 | Mean squared error metric with multi-segment computation support. | 
| 
 | Mean squared logarithmic error metric with multi-segment computation support. | 
| 
 | Coefficient of determination metric with multi-segment computation support. | 
| 
 | Root mean squared error metric with multi-segment computation support. | 
| 
 | Symmetric mean absolute percentage error metric with multi-segment computation support. | 
| 
 | Weighted average percentage Error metric with multi-segment computation support. | 
| 
 | Max Deviation metric with multi-segment computation support (maximum deviation value of cumulative sums). | 
| 
 | Median absolute error metric with multi-segment computation support. | 
| 
 | Sign error metric with multi-segment computation support. | 
Interval metrics:
| 
 | Coverage metric for prediction intervals - precenteage of samples in the interval  | 
| 
 | Mean width of prediction intervals. | 
Utilities:
| 
 | Compute metrics for given y_true, y_pred. |