build_mltsp_pipline: Create an ML TSP pipeline object

Description Usage Arguments Value See Also

Description

Create an ML TSP pipeline object

Usage

1
build_mltsp_pipline(preproc = NULL, featext, learner, predictor = predict)

Arguments

preproc

list of preprocessing technique tuples

featext

a function to extract features from a time-series

learner

a function to create the ML model

predictor

ML prediction function (predict by default)

Value

An MLTS pipeline object

See Also

mltsp, mltsp_forecaster


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