Apply dummy variables - this is an internal function intended only to be used in predict_model.xgb.Booster()
apply_dummies(feature_list, testdata)
A data.table with all features but where the factors in testdata
are
one-hot encoded variables as specified in feature_list
List. The feature_list
object in the output object after running
make_dummies
data.table or data.frame. New data that has the same
feature names, types, and levels as feature_list
.
Annabelle Redelmeier, Martin Jullum