Tree Utilities#
adaXT implements several methods that can be used to analyze and visualize fitted decision trees.
All methods are available in the decision tree module.
plot_tree #
plot_tree(tree, impurity=True, node_precision=2, impurity_precision=3, ax=None, fontsize=None, max_depth=None)