summary_hybridts {hybridts} | R Documentation |
Summarized score of all the hybrid models implemented in this package
Description
Summarized score of all the hybrid models implemented in this package
Usage
summary_hybridts(train, test)
Arguments
train |
A numeric vector or time series object for training the hybrid models |
test |
A numeric vector or time series object for evaluating the hybrid models |
Value
A data frame where the rows represent the out-of-sample scores for each of the hybrid models and the columns represent the RMSE, MASE, and sMAPE scores.
[Package hybridts version 0.1.0 Index]