Black format issue

This commit is contained in:
2023-07-12 14:16:08 +02:00
parent 28dd04b95a
commit 4de74973b8
2 changed files with 0 additions and 2 deletions

View File

@@ -267,7 +267,6 @@ class Splitter:
random_state=None,
normalize=False,
):
self._clf = clf
self._random_state = random_state
if random_state is not None:

View File

@@ -153,7 +153,6 @@ class Stree(BaseEstimator, ClassifierMixin):
multiclass_strategy: str = "ovo",
normalize: bool = False,
):
self.max_iter = max_iter
self.C = C
self.kernel = kernel