View source: R/yardstick-metric-sets.R
| maape_vec | R Documentation |
Wrapper around TSrepr::maape() with yardstick-compatible interface.
maape_vec(truth, estimate, na_rm = TRUE, case_weights = NULL, ...)
truth |
Numeric vector of ground-truth values. |
estimate |
Numeric vector of predicted values. |
na_rm |
Logical, whether to remove missing values before computation. |
case_weights |
Optional numeric vector of non-negative case weights (not used by |
... |
Additional arguments (not used). |
A numeric value representing the Mean Arctangent Absolute Percentage Error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.