prepare_training_set: this function takes a data frame and the target variable and...

Description Usage Arguments Value

View source: R/preparing_data.R

Description

this function takes a data frame and the target variable and returns a data structure with everything needed to train and predict with the model.

Usage

1
prepare_training_set(df, target_variable = "y")

Arguments

df

a data frame

target_variable

a string name for the target variable

Value

list of data frames


pbhogale/simplexgb documentation built on Nov. 27, 2021, 3:06 p.m.