ForecastingPrimaryMetrics

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 R2 score is one of the performance evaluation measures for forecasting-based machine learning models.

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.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: ForecastingPrimaryMetrics
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): ForecastingPrimaryMetrics
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.