
Predict from a fitted epsilon-SVR with MAPE model
predict.psvr_mape.RdMethod dispatched on the "psvr_mape" class, which both psvr_mape() and
the parsnip engine fit wrappers return.
Usage
# S3 method for class 'psvr_mape'
predict(object, newdata, ...)Arguments
- object
An object of class
"psvr_mape", as returned bypsvr_mape()withsym_type = "none"or by the parsnip engine fit wrappers (see psvr-fit-wrappers;sym_type = "even"or"odd"yields"psvr_mape_sym"instead). Unwrap a parsnip fit withparsnip::extract_fit_engine()to obtain it.- newdata
Numeric matrix of new inputs, one observation per row (\(M \times p\)).
- ...
Ignored.