Skip to content

Commit 785f9d9

Browse files
committed
update
1 parent 0eedb1a commit 785f9d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlxtend/classifier/tests/test_stacking_cv_classifier.py

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def test_no_weight_support_with_no_weight():
171171
sclf.fit(X_iris, y_iris)
172172

173173

174-
175174
def test_StackingClassifier_proba():
176175
np.random.seed(12)
177176
meta = LogisticRegression(multi_class="ovr", solver="liblinear")

0 commit comments

Comments
 (0)