cubist_multistep: CUBIST Multistep Horizon

View source: R/multistep_cubist.R

cubist_multistepR Documentation

CUBIST Multistep Horizon

Description

CUBIST Multistep Horizon

Usage

cubist_multistep(
  mode = "regression",
  committees = NULL,
  neighbors = NULL,
  max_rules = NULL,
  lag_periods = NULL,
  external_regressors = NULL,
  forecast_horizon = NULL,
  selected_features = NULL
)

Arguments

mode

A single character string for the type of model. The only possible value for this model is "regression".

committees

committees

neighbors

neighbors

max_rules

max rules

external_regressors

external regressors

forecast_horizon

forecast horizon

selected_features

selected features

Value

Get Multistep Horizon CUBIST model


microsoft/finnts documentation built on Oct. 30, 2024, 9:34 p.m.