Commit Graph

174 Commits

Author SHA1 Message Date
Lilian Besson e103c317b3 Fix few typos on links and doi
- Add https for Wikipedia pages,
- Add http://dx.doi.org/ link for doi entries.
2015-10-08 11:16:48 +02:00
Lilian Besson 37c6717213 Missing link for inertia (about K-Means)
Changing `inertia <inertia>` to `inertia <inertia>`_ fixes the display issue, but the link still does not exist...

Any suggestions?
2015-10-07 23:32:55 +02:00
Data1010 6248745c32 fix #5139 2015-08-26 15:43:52 -04:00
Phil Roth 253ae0edae Adding a reference to the example in the narrative documentation 2015-07-24 18:27:39 -04:00
Phil Roth 0d4770f812 Adding kmeans example to the narrative documentation 2015-07-24 10:40:21 -04:00
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
Andreas Mueller e0f5049a3d minor fixes in docs. 2015-03-03 11:07:18 -05:00
Andreas Mueller 9bc4de8dae some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
Andreas Mueller c970fb51e7 COSMIT spelling 2015-01-15 15:09:35 -05:00
Lars Buitinck 6e70a967fe DOC Birch: spaces 2015-01-08 11:20:37 +01:00
Loïc Estève 4937c5c194 MAINT: fix silhouette typo 2014-12-17 09:18:19 +01:00
MechCoder b8b68e3284 COSMIT: Make how to use partial_fit render properly 2014-12-12 13:58:52 +01:00
MechCoder ce6a01d7a7 Tuple unpack farthest_dist 2014-12-08 11:49:57 +01:00
MechCoder 54e7f886ce Rename global_clusters to n_clusters again 2014-12-05 14:07:17 +01:00
MechCoder f12fc13ba8 Changes to narrative documentation 2014-12-05 14:07:16 +01:00
MechCoder 767bf266d5 API: Rename n_clusters to global_clusters 2014-12-05 14:07:16 +01:00
MechCoder c5440bfd13 Made the following changes:
1. Make clear that partial_fit(None) enables global clustering.
2. Add compute_labels argument.
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 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 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
Joel Nothman 7c29eca5e7 DOC fix broken URL
+ remove trailing whitespace
2014-09-13 23:54:44 +10:00
Rahiel Kasim 2626f835f0 Repeated word: 'the the' -> 'the'
Removed one "the".
2014-08-29 16:54:09 +02:00
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
Olivier Grisel 2eb1e98eef MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
Lars Buitinck c176ced74d DOC double backticks for fixed-width (code) font
Fixes #3337. Also other minor fixes while I was at it.
2014-07-06 14:18:33 +02:00
Lars Buitinck c7bd7a3291 DOC: clustering: merge discussions of k-means and inertia
K-means is hard to understand without knowing what inertia is,
and we still don't have a public function for computing it.
Gets rid of an ugly TODO in the docs.
2014-04-06 17:12:13 +02:00
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 445eee2471 DOC: link FeatureAgglomeration better to dim red 2014-02-17 10:07:22 +01:00
Gael Varoquaux 64efbd66c7 MISC+DOC: documentation for FeatureAgglomeration
and many cosmetic comments points out in review.
2014-02-13 00:55:46 +01:00
Gael Varoquaux 75705e2b24 MISC: remove reference to deprecated Ward 2014-02-07 09:25:08 +01:00
Gael Varoquaux 5ed6b26a0a DOC: finish touches to hierarchical docs 2014-02-06 18:22:55 +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
eltermann b53b573c31 Replaced abbreviated 'w.r.t' to 'with regards to' 2014-02-05 12:59:07 -02:00
Gael Varoquaux 1ada65fea2 Merge branch 'master' into hc_linkage
Conflicts:
	sklearn/cluster/tests/test_hierarchical.py
2014-02-04 22:04:48 +01:00
Robert Layton 34a333103c Fix typos found by Alexandre 2014-01-19 18:49:13 +11:00
Robert Layton 93c98687fd Update to mean shit clustering narrative documentation. 2014-01-19 15:20:07 +11:00
Nelle Varoquaux 9a48821a1a DOC Clarified the doc of the hierarchical clustering
Minor modification on the narrative documentation of the hierarchical
clustering. Fixed some spelling mistakes, and grammar mistakes.
2013-10-28 16:27:43 +01:00
Nelle Varoquaux 15434800d7 Merge master in hc_linkage 2013-10-28 16:23:05 +01:00
John Schmidt 8d17166d98 DOC reference for k-means++ in clustering narrative 2013-09-11 18:08:34 +02:00
Lars Buitinck 1872aaf0cb DOC copyedit DBSCAN implementation notes 2013-09-11 18:08:34 +02:00
Jacques Kvam cd950d13aa DOC: Update pyamg site and fix a typo. 2013-09-10 00:38:06 -07:00
Nelle Varoquaux a45d23fcfd DOC improve narrative docs on hierarchical clustering 2013-08-25 11:33:40 +02:00
Gael Varoquaux 5ebf551375 DOC: DBSCAN misc doc formatting 2013-07-30 11:15:36 +02:00
Joshua Vredevoogd bc785f8123 DBSCAN BallTree implementation 2013-07-29 22:58:54 +02:00
Philippe Gervais 9ad4e8f52f One more typo fixed 2013-07-26 10:40:17 +02:00