Skip to content

Commit

Permalink
Black format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rmontanana committed Jul 12, 2023
1 parent 28dd04b commit 4de7497
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion stree/Splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ def __init__(
random_state=None,
normalize=False,
):

self._clf = clf
self._random_state = random_state
if random_state is not None:
Expand Down
1 change: 0 additions & 1 deletion stree/Strees.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def __init__(
multiclass_strategy: str = "ovo",
normalize: bool = False,
):

self.max_iter = max_iter
self.C = C
self.kernel = kernel
Expand Down

0 comments on commit 4de7497

Please sign in to comment.