Thomas J. Fan
|
071f98f0a7
|
FIX Remove warnings when fitting a dataframe (#21578)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
|
2021-11-29 17:55:37 +01:00 |
Thomas J. Fan
|
4abd9f2d9e
|
API Implements get_feature_names_out for transformers that support get_feature_names (#18444)
Co-authored-by: Andreas Mueller <andreas.mueller@columbia.edu>
Co-authored-by: Andreas Mueller <andreasmuellerml@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
|
2021-09-07 10:56:57 +02:00 |
Jesse Lima
|
aa1fca5bf3
|
DOC Ensures that RFECV passes numpydoc validation (#20452)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2021-07-07 10:44:57 +02:00 |
Thomas J. Fan
|
3ae7c76153
|
STY Enables black with experimental_string_processing=true (#20412)
|
2021-06-29 09:47:04 +02:00 |
Thomas J. Fan
|
82df48934e
|
MNT Applies black formatting to most of the code base (#18948)
|
2021-06-17 14:21:09 -04:00 |
Thomas J. Fan
|
7e197fd600
|
ENH Adds n_features_in_ checking to feature_selection (#19344)
|
2021-02-08 15:11:05 +01:00 |
Guillaume Lemaitre
|
255718b4ad
|
introduce _safe_tags for estimator not inheriting from BaseEstimator (#18797)
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
|
2020-12-02 11:18:53 +01:00 |
Aura Munoz
|
5297365ebe
|
DOC Standarize default documentation for feature_selection (#17465)
* doc: Standarize default documentation for feature_selection
- Change `default` documentation of parameters to follow `default=<value>`
template
* remove space at end-of-line
* fix linting issues
* address comments
* missing file
|
2020-06-07 17:27:36 +02:00 |
Venkatachalam N
|
f6b8bc0ece
|
ENH add importance_getter to RFE* and SelectFromModel
|
2020-05-20 16:15:32 +10:00 |
Alec Peters
|
70b0ddea99
|
FEA Allow nan/inf in feature selection (#11635)
|
2019-11-05 11:34:59 +11:00 |
Thomas J Fan
|
6769490424
|
MNT Make modules private in feature_selection (#15376)
|
2019-10-29 11:00:32 +08:00 |