cubist_multistep_fit_impl: Bridge CUBIST Multistep Modeling function

View source: R/multistep_cubist.R

cubist_multistep_fit_implR Documentation

Bridge CUBIST Multistep Modeling function

Description

Bridge CUBIST Multistep Modeling function

Usage

cubist_multistep_fit_impl(
  x,
  y,
  committees = 1,
  neighbors = 0,
  max_rules = 10,
  lag_periods = NULL,
  external_regressors = NULL,
  forecast_horizon = NULL,
  selected_features = NULL
)

Arguments

x

A dataframe of xreg (exogenous regressors)

y

A numeric vector of values to fit

committees

committees

neighbors

neighbors

max_rules

max rules

lag_periods

lag periods

external_regressors

external regressors

forecast_horizon

forecast horizon

selected_features

selected features


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