Learn R Programming

shapr (version 0.2.2)

apply_dummies: 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)

Value

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

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.

Author

Annabelle Redelmeier, Martin Jullum