scikit-learn/sklearn/feature_selection/tests
Andreas Mueller 1c41368bac [MRG+1] Uncontroversial fixes from estimator tags branch (#8086)
* some bug fixes.

* minor fixes to whatsnew

* typo in whatsnew

* add test for n_components = 1 transform in dict learning

* feature extraction doc fix

* fix broken test

* revert aggressive input validation changes

* in SelectFromModel, don't store threshold_ in transform. If we called "fit", use estimates from last "fit".

* move score from EllipticEnvelope to OutlierDetectionMixin

* revert changes to Tfidf documentation

* remove dummy input validation from whatsnew

* fix text feature tests

* rewrite from_model threshold again...

* remove stray condition

* fix self.estimator -> estimator, slightly more interesting test

* typo in comment

* Fix issues in SparseEncoder, add tests.
more explicit explanation of SparseEncoder change, add issue numbers to whatsnew

* minor fixes in whats_new.rst

* slightly more consistency with tuples for shapes

* not longer typo
2017-06-06 16:34:47 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py [MRG + 1] [TST] (half-cosmetic) use less nose.tools import to simplify future transition to py.test (#7384) 2016-10-07 12:46:52 -04:00
test_chi2.py TST do the warning test as we do it in other places. (#7858) 2016-11-16 20:17:14 +11:00
test_feature_select.py [MRG + 2] Allow f_regression to accept a sparse matrix with centering (#8065) 2016-12-20 14:23:32 +01:00
test_from_model.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
test_mutual_info.py FIX Issue #8173 - pass n_neighbors in MI computation (#8181) 2017-01-19 17:37:05 +01:00
test_rfe.py [MRG + 1] rfecv: verbosity: Set verbose threshold low bound from 2 to 1 (#7644) 2016-10-31 08:50:35 -07:00
test_variance_threshold.py MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00