View source: R/feature_extraction.R
get_features | R Documentation |
frame
.Calculate 59 features from Talagala, Hyndman, Athanaspoulos (2018) and
Lubba et al. (2019), without features associated with ETS model.
and add them to the dataset.
Output is a features frame
.
get_features(dataset, n.cores = 1)
dataset |
A list the elements having a |
n.cores |
The number of cores to be used. |
features <- get_features(Mcomp::M3[c(1:3)], n.cores=1) features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.