mltsp: Create an ML TSP object

Description Usage Arguments Value See Also

Description

Create an ML TSP object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
mltsp(...)

## S3 method for class 'mltsp'
mltsp(object, x, ...)

## Default S3 method:
mltsp(x, preproc = NULL, featext, learner,
  predictor = predict, ...)

## S3 method for class 'mltsp_pipeline'
mltsp(pipeline, x, ...)

Arguments

...

Other parameters passed to feature extraction, learning, and prediction function

object

A mltsp object

x

xts time-series for training

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)

pipeline

A ML TSP pipeline object

Value

A fitted ML TSP model

See Also

build_mltsp_pipline, mltsp_forecaster


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