treeDepth.Rd
A plot of tree depth over iterations.
treeDepth(trees)
trees | A list of tree attributes created using the extractTreeData function. |
---|
A plot of average tree depths over iteration
if (FALSE) { df_trees <- extractTreeData(model = my_model, data = my_data) treeDepth(trees = df_trees) }