model_selection: Forecast coming time series.

View source: R/model_selection.R

model_selectionR Documentation

Forecast coming time series.

Description

Forecast coming time series.

Usage

model_selection(dataset, features = NULL, n.cores = 1)

Arguments

dataset

A list the elements having a ts object with the name x.

features

Can be NULL if you just use the model package provides.

n.cores

The number of cores to be used. n.cores > 1 means parallel processing.

Value

A list with the elements having the following structure


Richard759/fETSmcs documentation built on Oct. 30, 2022, 10:23 a.m.