msle | R Documentation |
Compute Mean Squared Logarithmic Error (MSLE). #'
msle(y_real, y_predicted, rowsums = TRUE)
y_real |
Observed values (integers) to compare with (in matrix format for multiclass classification). |
y_predicted |
Predicte values (probabiblities by class). |
rowsums |
Whether in case of multiple classes in dataframe the metrics should be summed across classes before calculating the mean. |
integer value of Mean Squared Logarithmic Error (MSLE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.