Returns a prettier version of the decision tree.
tree_segment_prettify(tree, char_length = 20, print_plot = FALSE)
The decision tree model to prettify
integer, the character limit before truncating categories and putting them into an "other" group
logical, indicates whether to print the generated plot or not
A formatted and "prettified" rpart.plot object. This plot object can be plotted using the rpart::prp function.