Skip to content

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.

import adaXT.decision_tree.tree_utils

plot_tree #

plot_tree(tree, impurity=True, node_precision=2, impurity_precision=3, ax=None, fontsize=None, max_depth=None)