scikit-learn/sklearn/feature_selection
lesteve b12d1ac487 Remove deprecated 'score_func' and 'loss_func' parameters from sklearn.metrics.scorer.check_scoring. Amend the code in all the other places they were used. 2014-07-17 13:53:06 +01:00
..
tests Remove deprecated 'score_func' and 'loss_func' parameters from sklearn.metrics.scorer.check_scoring. Amend the code in all the other places they were used. 2014-07-17 13:53:06 +01:00
__init__.py COSMIT remove unused imports and variables 2014-02-03 19:43:56 +11: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 Remove deprecated 'score_func' and 'loss_func' parameters from sklearn.metrics.scorer.check_scoring. Amend the code in all the other places they were used. 2014-07-17 13:53:06 +01:00
selector_mixin.py ENH Create FeatureSelectionMixin for shared [inverse_]transform code 2013-05-21 13:53:12 +10:00
univariate_selection.py DOC remove comment thanks to @jnothman 2014-05-08 20:56:36 +02:00
variance_threshold.py Moved sparsefuncs to sparsefuncs_fast 2014-03-27 13:20:45 +05:30