f_step: Stepwise xgboost

Description Usage Arguments

View source: R/f_step.R

Description

Stepwise xgboost

Usage

1
f_step(data, target_name, init_var = NULL, var_names = NULL, n_max_steps = 10)

Arguments

data

data.table or data.frame

target_name

response variable name. See options in f_target_names()

init_var

initial variables that always will be selected. Default is missing.

var_names

feature names

n_max_steps

maximum number of steps. Default is 10


kristian-bak/kb.modelling documentation built on Dec. 21, 2021, 7:46 a.m.