Commit Graph

33 Commits

Author SHA1 Message Date
Thomas J. Fan 82df48934e
MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
Julien Jerphanion d5ebdca662
[MRG] Refactor `feature_selection.f_regression` and introduce `feature_selection.r_regression` (#17169)
Co-authored-by: Dmytro S Lituiev <d.lituiev@gmail.com>
Co-authored-by: Chiara Marmo <chiara.marmo@u-psud.fr>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-04-21 10:49:18 +02:00
Nicolas Hug 5bf37e8425
FEA Add sequential feature selection transformer (#17159)
Co-authored-by: rasbt <mail@sebastianraschka.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-08-21 19:57:05 +02:00
trimeta 856d273b9d FIX Expose SelectorMixin through sklearn/feature_selection/ (#16132) 2020-01-17 15:37:26 +01:00
Thomas J Fan 6769490424 MNT Make modules private in feature_selection (#15376) 2019-10-29 11:00:32 +08:00
Nikolay Mayorov 835102ab6a API: Split mutual_info into _regression and _classif 2016-01-22 00:27:15 +05:00
Nikolay Mayorov c1aea3f868 MAINT: Renamed module mutual_info to mutual_info_ 2016-01-22 00:27:15 +05:00
Nikolay Mayorov df08defb05 ENH: Implemented mutual_info function 2016-01-22 00:27:15 +05:00
maheshakya c438f78996 Implemented SelectFromModel meta-transformer 2015-10-05 11:19:57 -04:00
Joel Nothman dbc26ce996 COSMIT remove unused imports and variables 2014-02-03 19:43:56 +11:00
Lars Buitinck 006a6cbaad ENH add VarianceThreshold feature selection method 2013-08-20 14:24:08 +02:00
Vlad Niculae 7f76aa1def Add __all__ for half of the scikit 2012-09-04 18:00:49 +01:00
Lars Buitinck b17a82023c ENH export f_oneway from feature_selection module
+ import in test as a user would
2012-04-30 17:10:55 +02:00
Andreas Mueller 070007fd88 COSMIT pep8 2012-01-08 20:12:40 +01:00
Gael varoquaux a59575409d MISC: move SelectorMixin outside of __init__.py 2011-12-29 20:21:12 +01:00
Gilles Louppe aceaf72fcf PEP8 2011-12-28 19:23:51 +01:00
Gilles Louppe f9cbfb9bc2 Cosmit 2011-12-28 19:18:34 +01:00
Gilles Louppe eb760c2598 ENH: Smart thresholds 2011-12-28 19:16:26 +01:00
Gilles Louppe f3cb852e54 FIX: Used np.abs instead of ** 2 2011-12-28 18:00:35 +01:00
Gilles Louppe b0d2771e85 ENH: address @ogrisel comments 2011-12-28 17:48:54 +01:00
Gilles Louppe 228d91c6e8 PEP 257 (bis) 2011-12-28 17:30:44 +01:00
Gilles Louppe 986c43edd4 PEP 257 2011-12-28 17:18:25 +01:00
Gilles Louppe 01f71f7ef3 ENH: Inherits from TransformerMixin 2011-12-28 17:04:52 +01:00
Gilles Louppe ba71108707 ENH: don't sum if coef_ is 1-d 2011-12-28 16:17:25 +01:00
Gilles Louppe 951dffe278 DOC: Tree-based feature selection 2011-12-28 15:54:24 +01:00
Gilles Louppe 6ccbaa568f ENH: Simplified API 2011-12-28 15:42:01 +01:00
Gilles Louppe 2f5b368eec TEST: Added tests of transform 2011-12-28 15:29:22 +01:00
Gilles Louppe 9c5a37bdee ENH: Added SelectorMixin 2011-12-28 15:24:44 +01:00
Gilles Louppe c40dbf739f DOC: Standardize the module documentation format (work in progress) 2011-11-30 10:30:13 +01:00
Andreas Mueller ff3f814a1b COSMIT pep8 whitespace 2011-11-20 21:16:52 +01:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00