Skip to content

Commit

Permalink
Update graphs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gedeck authored Apr 15, 2024
1 parent 89284d2 commit 671f281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dmba/graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def plotDecisionTree(decisionTree: Any, *, feature_names: Optional[List[str]] =
# Taken from scikit-learn documentation


def textDecisionTree(decisionTree: Any, indent: str = ' ', as_ratio: bool = True) -> str: # noqa: FBT
def textDecisionTree(decisionTree: Any, indent: str = ' ', as_ratio: bool = True) -> str: # noqa: FBT001,FBT002
""" Create a text representation of the scikit-learn decision tree
Input:
Expand Down

0 comments on commit 671f281

Please sign in to comment.