Skip to content

Commit

Permalink
remove unused files from sklearn.tree._tree
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee committed Dec 6, 2024
1 parent 70df9ef commit d4f7f2c
Show file tree
Hide file tree
Showing 11 changed files with 69 additions and 2,633 deletions.
12 changes: 0 additions & 12 deletions causalml/inference/tree/_tree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,8 @@

from ._classes import (
BaseDecisionTree,
DecisionTreeClassifier,
DecisionTreeRegressor,
ExtraTreeClassifier,
ExtraTreeRegressor,
)
from ._export import export_graphviz, export_text, plot_tree

__all__ = [
"BaseDecisionTree",
"DecisionTreeClassifier",
"DecisionTreeRegressor",
"ExtraTreeClassifier",
"ExtraTreeRegressor",
"export_graphviz",
"plot_tree",
"export_text",
]
Loading

0 comments on commit d4f7f2c

Please sign in to comment.