scikit-learn/sklearn/feature_selection
Guillaume Lemaitre 8cdeb8010c
FIX make coef_ in PLS estimator consistent with linear models (#22016)
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-03-28 17:27:21 +02:00
..
tests FIX make coef_ in PLS estimator consistent with linear models (#22016) 2022-03-28 17:27:21 +02:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_base.py FIX make coef_ in PLS estimator consistent with linear models (#22016) 2022-03-28 17:27:21 +02:00
_from_model.py ENH Allow `SelectFromModel`'s `max_features` to accept callables (#22356) 2022-03-22 11:18:12 +01:00
_mutual_info.py MNT Drops Python 3.7 in CI, wheel building, and docs (#22617) 2022-02-28 18:23:02 +01:00
_rfe.py MNT Replace if_delegate_has_method with available_if in feature_selection (#20593) 2022-03-13 21:13:45 +01:00
_sequential.py DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
_univariate_selection.py DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
_variance_threshold.py DOC Adds missing imports into examples and test them (#21186) 2021-09-29 13:51:33 +02:00