scikit-learn/sklearn/feature_selection
Lars Buitinck e8bad3d24a DOC ASCII only in docstrings
As discussed on the mailing list.
2013-08-28 18:22:57 +02:00
..
tests ENH add VarianceThreshold feature selection method 2013-08-20 14:24:08 +02:00
__init__.py ENH add VarianceThreshold feature selection method 2013-08-20 14:24:08 +02:00
base.py COSMIT pep8 2013-07-11 11:50:23 +02:00
from_model.py ENH Create FeatureSelectionMixin for shared [inverse_]transform code 2013-05-21 13:53:12 +10:00
rfe.py Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +02:00
selector_mixin.py ENH Create FeatureSelectionMixin for shared [inverse_]transform code 2013-05-21 13:53:12 +10:00
univariate_selection.py DOC ASCII only in docstrings 2013-08-28 18:22:57 +02:00
variance_threshold.py ENH add VarianceThreshold feature selection method 2013-08-20 14:24:08 +02:00