Commit Graph

295 Commits

Author SHA1 Message Date
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
Gael Varoquaux 017de2e125 MISC: Take in account @NelleV's comments 2013-08-25 11:33:38 +02:00
Gael Varoquaux f95502df45 API: rename to agglomerative clustering 2013-08-25 11:33:38 +02:00
Gael Varoquaux 7aa627b814 DOC: nice hierarchical clustering example 2013-08-25 11:33:38 +02:00
Gael Varoquaux 20777793db ENH: hierarchical clustering example 2013-08-25 11:33:38 +02:00
Lars Buitinck 98b95ca711 DOC fix example comments
* @GaelVaroquaux's name was misspelled
* users won't know what a "Documentation merge" is
2013-07-30 12:41:56 +02:00
Kemal Eren cbdd485df2 moved bicluster examples to their own category 2013-07-25 19:19:23 +02:00
Kemal Eren 510d86079e merged newsgroup example with Vlad's 2013-07-25 19:19:23 +02:00
Kemal Eren b0a9f92c53 renamed example to get output to work 2013-07-25 19:19:22 +02:00
Kemal Eren e748018172 added consensus score to bicluster examples 2013-07-25 19:19:22 +02:00
Kemal Eren a591ff9310 fixed a few things in examples, documentation, and docstrings 2013-07-25 19:19:21 +02:00
Kemal Eren 1978d2fac6 wrote newsgroup biclustering example 2013-07-25 19:19:21 +02:00