forecast.mltsp: Machine learning pipeline forecast

Description Usage Arguments

Description

Takes a mltsp object as an input. The machine learning should be configured in this object.

Usage

1
2
## S3 method for class 'mltsp'
forecast(object, h, test_timestamps = NULL, ...)

Arguments

object

A mlts model

h

Horizon of forecast

test_timestamps

Time-stamps of forecast. Will be generated automatically if NULL.

...

Extra parameters passed to feature extraction, prediction, and inverse pre-processing in the pipeline


fnoorian/mltsp documentation built on May 16, 2019, 1:48 p.m.