Forecasting Primary Metrics
enum ForecastingPrimaryMetrics : Enum<ForecastingPrimaryMetrics> , ConvertibleToJava<ForecastingPrimaryMetrics>
Primary metric for forecasting task.
Entries
Link copied to clipboard
The Spearman's rank coefficient of correlation is a non-parametric measure of rank correlation.
Link copied to clipboard
The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales.
Link copied to clipboard
The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.