tf_create_model: Creates models based on ts objects.

Description Usage Arguments Details Value

Description

Helper function that creates models based on ts objects. For that the passed dataframe is casted to a ts objeckt with the help of the timetk package. You can use following methods with this function:

Usage

1

Arguments

data

The dataframe containing the timeseries.

func

The used forecast method.

...

More arguments specific to the used forecasting method.

Details

- all methods form the forecasts package - forecastHybrid - forecastxgb - smooth package

Value

The fitted model for the specified method.


flostracke/efor documentation built on June 5, 2019, 5:36 p.m.