mape | R Documentation |
Compute Mean Absolute Percentage Error (MAPE). This metric is not suitable for discrete analysis and probably will be removed from the package contents in near future.
mape(y_real, y_predicted)
y_real |
Observed values (integers) to compare with (in matrix format for multiclass classification). |
y_predicted |
Predicte values (probabiblities by class). |
integer value of Mean Absolute Percentage Error (MAPE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.