mars_multistep_fit_impl: Bridge MARS Multistep Modeling function

View source: R/multistep_mars.R

mars_multistep_fit_implR Documentation

Bridge MARS Multistep Modeling function

Description

Bridge MARS Multistep Modeling function

Usage

mars_multistep_fit_impl(
  x,
  y,
  nprune = NULL,
  degree = 1L,
  pmethod = "backward",
  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

nprune

The number of features that will be retained in the final model, including the intercept.

degree

The highest possible interaction degree.

pmethod

The pruning method.

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.