scikit-learn/sklearn/cluster/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
common.py MANIT: pep8ize to an extent cluster module 2015-01-11 13:22:28 +05:30
test_affinity_propagation.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_bicluster.py Main Commits - Major 2015-10-23 17:28:08 +02:00
test_birch.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_dbscan.py [MRG+1] Fixes incorrect output when input is precomputed sparse matrix in DBSCAN. (#8339) 2017-02-23 21:29:16 +11:00
test_hierarchical.py [MRG] FIX Avoid default mutable argument in constructor of AgglomerativeClustering (#8153) 2017-01-05 22:21:31 +11:00
test_k_means.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
test_mean_shift.py Improve error message for MeanShift.estimate_bandwidth when X is sparse #8627 (#8771) 2017-04-26 09:58:32 +02:00
test_spectral.py Correct the deprecation of the random_integers numpy function. (#6712) 2016-04-26 16:08:48 +02:00