apply_dummies: Apply dummy variables - this is an internal function intended...

View source: R/features.R

apply_dummiesR Documentation

Apply dummy variables - this is an internal function intended only to be used in predict_model.xgb.Booster()

Description

Apply dummy variables - this is an internal function intended only to be used in predict_model.xgb.Booster()

Usage

apply_dummies(feature_list, testdata)

Arguments

feature_list

List. The feature_list object in the output object after running make_dummies

testdata

data.table or data.frame. New data that has the same feature names, types, and levels as feature_list.

Value

A data.table with all features but where the factors in testdata are one-hot encoded variables as specified in feature_list

Author(s)

Annabelle Redelmeier, Martin Jullum


shapr documentation built on May 4, 2023, 5:10 p.m.