modeva.TestSuite.interpret_global_tree#

TestSuite.interpret_global_tree()#

Generate a visualization of the complete decision tree model structure.

This method creates a tree diagram showing all nodes and splits in the decision tree model, providing a global view of the model’s decision-making structure.

Returns:

A result object containing:

  • key: “interpret_tree_global”

  • data: Name of the dataset used

  • model: Name of the model used

  • inputs: Input parameters

  • options: Dictionary of visualizations configuration for the global tree diagram. Run results.plot() to show this plot.

Return type:

ValidationResult

Examples

Decision Tree Classification

Decision Tree Classification

Decision Tree Regression

Decision Tree Regression