Description Usage Arguments Value Examples
Mean Average Prediction Error forecast accuracy metric
1 | accuracy_metric(y_var_true, y_var_pred, metric = "mape")
|
y_var_true |
Numeric. Observed value. |
y_var_pred |
Numeric. Predicted value. |
metric |
String. Name of the accuracy metric. |
Numeric.
1 2 3 4 | ## Not run:
accuracy_metric()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.