Bob Baxley
db370178d6
[MRG+1] [DOC] Adding GMM to plot_cluster_comparison.py ( #6305 )
...
* Adding GMM to plot_cluster_comparison.py and changing number of components in all algos to 3.
* adding two datasets to clustering comparision example
* Adding GMM to plot_cluster_comparison.py and changing number of components in all algos to 3.
* adding two datasets to clustering comparision example
* GMM example using GaussianMixture
* fixing lint errors; changing order of datasets in the columns so that no_structure is at the end.
* adding warning supression.
* fixing warning supression.
* hand-tuned cluster parameters
* moved list of algo names; cleaning up color cycling
* fixing islice stop to be an int
* change default to params, make plot color-blind compatible, fix spelling error
* new color palette that is more color-blind friendly
2017-03-21 23:15:37 +01:00
YenChenLin
46fc1be145
Remove redundant words in sklearn
2016-02-23 16:54:03 +08:00
Andreas Mueller
46060feddc
Pass the appropriate include_self argument to kneighbors_graph everywhere.
2015-03-16 13:30:22 -04:00
MechCoder
129f371f85
DOC: Modification to the documentation of threshold
2014-12-05 14:07:16 +01:00
MechCoder
abc78088b9
Made the following changes
...
1. Fix condition for checking threshold.
2. Fix the global clustering by remapping the samples to the
subcluster_centers.
3. Add tests for threshold.
4. Minor doc and cosmits.
2014-12-05 14:07:16 +01:00
MechCoder
f4afc7ecf0
ENH: Add narrative documentation
2014-12-05 14:07:16 +01:00
Andreas Mueller
c1a429e46d
Remove unused distance calculation from clustering example.
2014-11-13 15:31:09 -05:00
Rajat Khanduja
5e20b8c664
Fixed pep8 violations. Some 'line too long' errors still remain.
2014-05-15 09:23:16 +05:30
Rajat Khanduja
2244098532
Updated examples to use pyplot for plotting instead of pylab
...
Some examples not updated because scripts throw error (probably not
because of the change)
2014-05-15 02:18:07 +05:30
Gael Varoquaux
3ac34554e4
MISC: documentation and cosmits
...
Address comments by @jnothman
2014-02-17 11:20:42 +01:00
Gael Varoquaux
75705e2b24
MISC: remove reference to deprecated Ward
2014-02-07 09:25:08 +01:00
Gael Varoquaux
cfa55d3e31
DOC: AgglomerationClustering doc and examples
2014-02-06 12:51:42 +01:00
Lars Buitinck
837093df7f
P3K: use print as a function in the examples
...
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
kuantkid
46f15875db
RENAME rename eigen_tol and eigen_solver, and warning about using old variable name eig_tol and mode
2012-11-27 09:35:45 -05:00
kuantkid
0ef3aadc69
RENAME parameter rename in examples
2012-11-27 09:35:16 -05:00
Andreas Mueller
c0a057843c
ENH rename Scaler to StandardScaler everywhere
2012-09-23 17:31:15 +01:00
Andreas Mueller
0df98bb3c0
ENH add test, revert affinity propagation to previous parametrization (was a bit over-eager there)
2012-08-27 09:35:14 +02:00
Andreas Mueller
28fd13f7e4
ENH Starting on affinity propagation
2012-06-03 20:33:06 +02:00
Andreas Mueller
86baa8a7d6
ENH "fit_pairwise" for spectral clustering.
2012-06-03 20:33:06 +02:00
Andreas Mueller
d9a6243c98
ENH rename k in clustering examples and doctests to n_clusters
2012-05-30 07:41:34 +02:00
Andreas Mueller
dcc1c7431c
COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples.
2012-04-29 23:13:06 +02:00
GaelVaroquaux
2784be98a0
COSMIT: prettier plot
2012-03-27 11:06:27 +02:00
GaelVaroquaux
77c844afba
DOC: timings in cluster comparison example
2012-03-27 11:01:51 +02:00
GaelVaroquaux
cc1765cc38
COSMIT: layout tweak
2012-03-26 01:59:15 +02:00
GaelVaroquaux
df558e84be
MISC: tweak example layout
2012-03-26 00:17:35 +02:00
GaelVaroquaux
e64b7a62fc
ENH: summary table on clustering
2012-03-26 00:17:35 +02:00
GaelVaroquaux
f0d7eb6382
DOC: affinity-propagation in clustering comparison
...
Also add a 'null' example for clustering
2012-03-25 19:13:16 +02:00
GaelVaroquaux
118c00d93d
ENH Ward: better behavior for non-fully-connected graphs
...
Improves the plot_cluster_comparison example
2012-03-25 17:33:49 +02:00
Olivier Grisel
de2511871c
better blob seed so that both DBSCAN and meanshift are working well
2012-03-04 20:11:48 +01:00
Andreas Mueller
24661d3513
ENH fixed seed, added center positions
2012-03-04 19:53:38 +01:00
Andreas Mueller
842f366f83
MISC added xlim and ylim for @ogrisel's weird matplotlib ;)
2012-03-04 19:34:25 +01:00
Andreas Mueller
84edda6ba7
COSMIT removed debugging print
2012-03-04 19:07:03 +01:00
Andreas Mueller
124b19f1e8
COSMIT cleanup, pep8
2012-03-04 17:51:38 +01:00
Andreas Mueller
9bcd00af23
MISC use Gaels pretty plot, add dbscan, normalize data...
2012-03-04 17:46:38 +01:00
Andreas Mueller
c93c1a290e
FIX broke label_probagation example, now fixed it again.
2012-03-04 14:38:14 +01:00
Andreas Mueller
11ba3f725a
ENH clustering example with spectral clustering and ward with connectivity. looking better now, still not perfect.
2012-03-04 14:30:56 +01:00
Andreas Mueller
db1e1868be
ENH cluster comparison example (starting)
2012-03-04 00:43:36 +01:00