mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Remove empty docstring
This commit is contained in:
@@ -53,7 +53,6 @@ class CrossValidatedClassifier(Classifier):
|
|||||||
cv: int = 5,
|
cv: int = 5,
|
||||||
scoring: str = "accuracy",
|
scoring: str = "accuracy",
|
||||||
):
|
):
|
||||||
""""""
|
|
||||||
super().__init__()
|
super().__init__()
|
||||||
if constant is None:
|
if constant is None:
|
||||||
constant = [True, False]
|
constant = [True, False]
|
||||||
|
|||||||
Reference in New Issue
Block a user