Description Usage Arguments Value
compute the mae between true and predicted values
divide it by 5, the maximum value taken by the variable
subtract it to 1 so higher is better, as for the accuracy score
1 | ordinal_score(y_true, y_pred)
|
y_true |
vector. |
y_pred |
vector. |
numeric. ordinal score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.