Description Usage Arguments Value Author(s) Examples
test
1 2 3 | mtr_mean_squared_log_error(actual, predicted)
mtr_msle(actual, predicted)
|
actual |
|
predicted |
|
A numeric scalar output
An Chu
1 2 3 | act <- c(3, 5, 2.5, 7)
pred <- c(2.5, 5, 4, 8)
mtr_mean_squared_log_error(act, pred)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.