AppliedDataSciencePartners / xgboostExplainer

An R package that makes xgboost models fully interpretable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error : unused argument in xgb.model.dt.tree

lcrmorin opened this issue · comments

When running the code exemple from the basic buildExplainer function i get the following error:

Creating the trees of the xgboost model...Error in xgb.model.dt.tree(col_names, model = xgb.model, trees = trees_idx) : unused argument (trees = trees_idx)