Regression Primary Metrics
    enum RegressionPrimaryMetrics : Enum<RegressionPrimaryMetrics> , ConvertibleToJava<RegressionPrimaryMetrics> 
Primary metric for regression task.
Entries
Link copied to clipboard
                The Spearman's rank coefficient of correlation is a nonparametric 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.
Types
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.