XGBoost Tree Plots in mlr3
I’m trying to get a plot of a single tree from an XGboost model fit in mlr3
, and I can’t seem to find any examples. I know there’s a way using the underlying xgboost
(see here), which mlr3
calls, but I can’t find any ways to pull out the structure of the trees from an mlr3
model.