scikit-learn/sklearn/feature_selection
Thomas J. Fan 06d6f8a9f6
FIX Passes global configuration when spawning joblib jobs (#17634)
* WIP

* BUG Passes context to joblib jobs

* BUG Fix

* BUG Fix

* CLN Moves delayed into fixes

* CLN Adds linter

* REV Revert diff

* DOC Adds comment for removal

* Use a simple implementation
2020-09-21 16:59:42 +02:00
..
tests FEA Add sequential feature selection transformer (#17159) 2020-08-21 19:57:05 +02:00
__init__.py FEA Add sequential feature selection transformer (#17159) 2020-08-21 19:57:05 +02:00
_base.py DOC Standarize default documentation for feature_selection (#17465) 2020-06-07 17:27:36 +02:00
_from_model.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
_mutual_info.py PERF Call KDTree in mutual_info to reduce memory footprint (#17878) 2020-07-18 00:07:58 +02:00
_rfe.py FIX Passes global configuration when spawning joblib jobs (#17634) 2020-09-21 16:59:42 +02:00
_sequential.py FEA Add sequential feature selection transformer (#17159) 2020-08-21 19:57:05 +02:00
_univariate_selection.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
_variance_threshold.py DOC Mention the conditions for a ValueError in VarianceThreshold (#17380) 2020-08-07 14:14:23 +02:00