maape_vec: Mean Arctangent Absolute Percentage Error

View source: R/yardstick-metric-sets.R

maape_vecR Documentation

Mean Arctangent Absolute Percentage Error

Description

This is basically a wrapper to the function of TSrepr::maape().

Usage

maape_vec(truth, estimate, na_rm = TRUE, ...)

Arguments

truth

The column identifier for the true results (that is numeric).

estimate

The column identifier for the predicted results (that is also numeric).

na_rm

Not in use... NA values managed by TSrepr::maape()

...

Not currently in use


modeltime documentation built on Sept. 11, 2024, 7:02 p.m.