8000 Update sklearn/utils/estimator_checks.py · scikit-learn/scikit-learn@2b7dab1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b7dab1

Browse files
rokglemaitre
andcommitted
Update sklearn/utils/estimator_checks.py
Co-Authored-By: Guillaume Lemaitre <g.lemaitre58@gmail.com>
1 parent b4070db commit 2b7dab1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearn/utils/estimator_checks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,6 @@ def check_estimators_partial_fit_n_features(name, estimator_orig):
15011501
@ignore_warnings(category=(DeprecationWarning, FutureWarning))
15021502
def check_classifier_multioutput(name, estimator):
15031503
n_samples, n_labels = 42, 5
1504-
n_labels = 5
15051504
tags = _safe_tags(estimator)
15061505
estimator = clone(estimator)
15071506
X, y = make_multilabel_classification(random_state=42,

0 commit comments

Comments
 (0)
0