rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.82k stars 853 forks source link

Fixed load_boston test_exhaustive_feature_selector #1037

Closed namanmistry closed 1 year ago

namanmistry commented 1 year ago

Description

I have fixed the one error in test_exhaustive_feature_selector.py regarding sklearn depreciation in version 1.2

Related issues or pull requests

Fixes one of the issue of #889

Pull Request Checklist

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (a60f127) 77.27% compared to head (57586c6) 77.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1037 +/- ## ======================================= Coverage 77.27% 77.27% ======================================= Files 200 200 Lines 11307 11308 +1 Branches 1484 1484 ======================================= + Hits 8737 8738 +1 Misses 2351 2351 Partials 219 219 ``` | [Impacted Files](https://app.codecov.io/gh/rasbt/mlxtend/pull/1037?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sebastian+Raschka) | Coverage Δ | | |---|---|---| | [...election/tests/test\_exhaustive\_feature\_selector.py](https://app.codecov.io/gh/rasbt/mlxtend/pull/1037?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sebastian+Raschka#diff-bWx4dGVuZC9mZWF0dXJlX3NlbGVjdGlvbi90ZXN0cy90ZXN0X2V4aGF1c3RpdmVfZmVhdHVyZV9zZWxlY3Rvci5weQ==) | `83.75% <100.00%> (+0.05%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

rasbt commented 1 year ago

Thanks a lot for the PR!!