Thomas J. Fan
|
d1285a9232
|
DOC Adds missing imports into examples and test them (#21186)
|
2021-09-29 13:51:33 +02:00 |
genvalen
|
dd738a32cb
|
DOC Ensures that VarianceThreshold passes numpydoc validation (#21034)
|
2021-09-14 10:10:25 +02:00 |
Thomas J. Fan
|
786c4e5e39
|
DOC Adds feature_names_in_ to docstrings (#20787)
|
2021-08-26 13:44:45 +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 |
Tomohiro Endo
|
b5e5db4a43
|
API Raises an error when a negative threshold is chosen in VarianceThreshold (#20207)
|
2021-06-12 20:33:27 -04:00 |
Guillaume Lemaitre
|
1cd282d600
|
DOC add n_features_in_ in the documentation (#20236)
|
2021-06-09 16:58:03 +02:00 |
kaylani2
|
7d2f9f553b
|
DOC Mention the conditions for a ValueError in VarianceThreshold (#17380)
|
2020-08-07 14:14:23 +02: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 |
Alex Henrie
|
438bb3a438
|
MNT Remove unused imports (#16665)
|
2020-03-11 10:01:51 +11:00 |
Nicolas Hug
|
d205638475
|
MNT Introduction of n_features_in_ attr with _validate_data mtd (#16112)
|
2020-02-29 09:05:11 -05: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 |