Skip to content

Commit

Permalink
modified: mlxtend/regressor/tests/test_stacking_cv_regression.py
Browse files Browse the repository at this point in the history
	- Skipping `test_gridsearch_replace_mix` as it uses `StackingCVRegressor` when `scikit-learn` has its own implementation as of 0.22.
  • Loading branch information
it176131 committed Mar 30, 2024
1 parent 3e9e238 commit 2c25333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlxtend/regressor/tests/test_stacking_cv_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ def test_weight_unsupported_with_no_weight():
stack.fit(X1, y).predict(X1)


@pytest.mark.skip(reason="scikit-learn implemented a StackingRegressor in 0.22.")
def test_gridsearch_replace_mix():
svr_lin = SVR(kernel="linear", gamma="auto")
ridge = Ridge(random_state=1)
Expand Down

0 comments on commit 2c25333

Please sign in to comment.