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