R/supervised-xgboost.R
tl_plot_xgboost_tree.Rd
Plot XGBoost tree visualization
tl_plot_xgboost_tree(model, tree_index = 0, ...)
A tidylearn XGBoost model object
Index of the tree to plot (default: 0, first tree)
Additional arguments
The return value of xgb.plot.tree, a tree diagram rendered via the DiagrammeR package.
xgb.plot.tree