scikit-learn/sklearn/cluster
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
..
tests [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
__init__.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00
_dbscan_inner.pyx [MRG+1] Add a set recording pushed elements in DBSCAN (#6799) 2016-06-03 11:32:25 +02:00
_feature_agglomeration.py MAINT Removed deprecated stuff. 2015-10-21 10:24:23 +02:00
_hierarchical.pyx ENH: Py3 support 2014-02-04 23:45:08 +01:00
_k_means.pyx [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
_k_means_elkan.pyx [MRG] Allows KMeans/MiniBatchKMeans to use float32 internally by using cython fused types (#6846) 2016-06-21 15:26:31 +10:00
affinity_propagation_.py [MRG+1] DOC insert spaces before colons in parameter lists (#7920) 2016-11-25 10:59:22 +01:00
bicluster.py [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
birch.py [MRG+1] Refactor birch-documentation (#8298) 2017-02-06 23:54:59 -05:00
dbscan_.py [MRG+1] Fixes incorrect output when input is precomputed sparse matrix in DBSCAN. (#8339) 2017-02-23 21:29:16 +11:00
hierarchical.py [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
k_means_.py [MRG+1] DOC improve description and consistency of random_state (#8689) 2017-04-05 17:43:21 -07:00
mean_shift_.py [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
spectral.py [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00