Description Usage Arguments Examples
View source: R/measures_regression.R
Defined as: mean((log(response + 1, exp(1)) - log(truth + 1, exp(1)))^2). This is mostly used for count data, note that all predicted and actual target values must be greater or equal '-1' to compute the mean squared logarithmic error.
1 | MSLE(truth, response)
|
truth |
[numeric] vector of true values |
response |
[numeric] vector of predicted values |
1 2 3 4 5 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.