Phil Roth
f9e07364d6
Adding a new kmeans example.
2015-07-23 14:43:26 -04:00
Yury Zhauniarovich
d9e46314b0
Updated graph ranges
...
The minimum and maximum values for the graph were not correctly defined.
2015-07-10 14:13:56 +02:00
Andreas Mueller
1491843d95
DOC minor fixes in formatting, don't use deprecated n_components in Agglomerative
2015-03-25 20:20:29 -04:00
Andreas Mueller
46060feddc
Pass the appropriate include_self argument to kneighbors_graph everywhere.
2015-03-16 13:30:22 -04:00
Andreas Mueller
9bc4de8dae
some fixes for sphinx and in examples
2015-03-02 12:50:53 -05:00
Loïc Estève
7b24628421
DOC python 3 fix in plot_kmeans_silhouette_analysis.py
2015-02-18 16:24:41 +01:00
Raghav R V
444bf22736
DOC ENH Simplify the example code; Add plots for n_clusters = 3 and 5
2015-01-20 06:02:25 +05:30
Raghav R V
ae95a0c2e9
DOC ENH Remove the vertical x = 0 line and plot avg silhouette score line
2015-01-16 23:48:20 +05:30
Raghav R V
f04266a7c2
DOC ENH Fill the silhouette with the corresponding cluster color
...
PEP8 Minor PEP8 Fixes too.
2015-01-16 23:48:20 +05:30
Raghav R V
b5b1c5993f
DOC Add silhouette analysis plot for KMeans
2015-01-16 23:48:20 +05:30
Andreas Mueller
c970fb51e7
COSMIT spelling
2015-01-15 15:09:35 -05:00
MechCoder
54e7f886ce
Rename global_clusters to n_clusters again
2014-12-05 14:07:17 +01:00
MechCoder
767bf266d5
API: Rename n_clusters to global_clusters
2014-12-05 14:07:16 +01:00
MechCoder
b01e21e1b2
Made the following changes.
...
1. Update doc and whatsnew.rst
2. Fix coloring
2014-12-05 14:07:16 +01:00
MechCoder
129f371f85
DOC: Modification to the documentation of threshold
2014-12-05 14:07:16 +01:00
MechCoder
000c9b199b
Made the following changes
...
1. Remove call to KNeighborsClassifier
2. Set default branching_factor to 50
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
a4e7ff3da1
DOC: Update documentation of _CFNode
2014-12-05 14:07:16 +01:00
MechCoder
64a4a1181f
Made the following changes
...
1. Inherit from BaseEstimator to enable pretty printing
2. Add transform function
2014-12-05 14:07:16 +01:00
MechCoder
08d3dfef4a
STY: Cosmits in documentation
2014-12-05 14:07:16 +01:00
MechCoder
f4afc7ecf0
ENH: Add narrative documentation
2014-12-05 14:07:16 +01:00
MechCoder
46f29519ff
ENH: Sparse matrix support
2014-12-05 14:07:16 +01:00
MechCoder
dcfdf6c7ce
ENH: Added example to compare birch and minibatchkmeans
2014-12-05 14:07:16 +01:00
MechCoder
d5a654d5e8
ENH: Made the following changes
...
1. Added partial_fit and predict methods
2. Inherit from ClusterMixin from fit_predict methods
3. Removed inplace modification of X and self.copy
4. Added final global clustering and n_clusters param.
2014-12-05 14:07:16 +01:00
MechCoder
0ed517fa90
Made the following changes
...
1. Improved documentation.
2. Added sanity test.
3. Moved example to a separate folder
4. Optimised compuation of centroids.
5. Added underscore to public attributes.
2014-12-05 14:07:16 +01:00
MechCoder
8a8ead3009
Minor typo in plot_dict_face_patches.py
2014-11-21 15:15:37 +01:00
MechCoder
a049adac9c
DOC: Typo in dict_faces.py
2014-11-20 14:00:55 +01:00
Andreas Mueller
c1a429e46d
Remove unused distance calculation from clustering example.
2014-11-13 15:31:09 -05:00
Joel Nothman
4698481328
DOC fix typo
2014-08-11 10:41:10 +10:00
Andreas Mueller
5b247f90e4
move around examples for better structure.
2014-07-17 09:35:30 +02:00
bwignall
34fc4d4214
CLN: Capitalize "Gaussian" in example docstrings
2014-06-01 16:53:23 -04:00
Rajat Khanduja
7d10d98492
Fixed some PEP8 violations even present in master branch, in examples/
...
This fixes some of the violations that were not caused by the change to pyplot
from pylab.
2014-05-15 09:35:24 +05:30
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
a23b868f43
Merge branch 'master' into hc_linkage
...
Conflicts:
doc/whats_new.rst
2014-02-17 21:48:31 +01:00
Gael Varoquaux
3ac34554e4
MISC: documentation and cosmits
...
Address comments by @jnothman
2014-02-17 11:20:42 +01:00
Gael Varoquaux
76206f1919
COSMIT: many cosmetic comments
...
Fixes remarks by @ogrisel, @agramfort, @larsman, @jnothman
2014-02-17 08:34:25 +01:00
hendrik
8f94ae6d0f
PY3 fixed examples
2014-02-15 17:05:08 +01:00
Gael Varoquaux
75705e2b24
MISC: remove reference to deprecated Ward
2014-02-07 09:25:08 +01:00
Gael Varoquaux
fa3edaac33
DOC: connectivity in agglomerative clustering
...
Explain the percolation effect.
2014-02-06 18:03:18 +01:00
GaelVaroquaux
a938b202a3
DOC: Agglomeration clustering docs and examples
2014-02-06 16:55:46 +01:00
Gael Varoquaux
cfa55d3e31
DOC: AgglomerationClustering doc and examples
2014-02-06 12:51:42 +01:00
Gael Varoquaux
5afd11f0df
DOC: improve the clustering metric example
2014-02-05 14:11:09 +01:00
Gael Varoquaux
5393bd3526
WIP example l1 metrics hierarchical cluster
2013-11-20 10:26:56 +01:00
Gael Varoquaux
c19dd19443
DOC: example metric + hierarchical clustering
...
Still a work in progress
2013-11-17 11:28:58 +01:00
Nelle Varoquaux
610679c8a2
DOC metrics and hierarchical clustering
2013-11-06 16:23:05 +01:00
Nelle Varoquaux
15434800d7
Merge master in hc_linkage
2013-10-28 16:23:05 +01:00
Eric Jacobsen
0974fb6d3c
ENH: Call plot twice per class label rather than for every point.
2013-10-10 00:37:31 -07:00
Mathieu Blondel
3d772e9034
Add pairwise_distances_argmin.
2013-08-30 22:31:09 +09:00
Mathieu Blondel
70695caf78
Use pairwise_distances_argmin_min in examples.
2013-08-30 22:21:55 +09:00