Commit Graph

150 Commits

Author SHA1 Message Date
Alexandre Gramfort 3f330f2967 STY : pep8 2011-12-20 15:34:17 +01:00
Andreas Mueller 8d5fd79690 ENH adjust subplots to look good on the web. 2011-12-20 12:38:45 +01:00
Andreas Mueller 48a650000c ENH prettify kmeans vs minibatch kmeans example 2011-12-20 12:38:41 +01:00
Gilles Louppe 63331849ea DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
Gael varoquaux f45a2690d6 DOC: minor fix to AMI docs 2011-11-10 23:04:17 +01:00
Gael varoquaux fbe8aed56a COSMIT: layout in plot_kmeans_digits example 2011-11-10 23:04:17 +01:00
Robert Layton 17ee6c41e8 and in plot_adjusted example (mutual_info_score) 2011-11-10 16:23:38 +11:00
Robert Layton e51e4d679b ami_score -> adjusted_mutual_info_score
This time, in examples and docs!
2011-11-07 22:46:11 +11:00
Robert Layton 88adf3b9ab comments, pep8 and pyflakes 2011-11-07 21:10:53 +11:00
Robert Layton ccc3cad76d This version doesn't work either. I am uploading for historical sake.
I'll be undoing these changes with the gammaln function to see how that goes.
2011-11-02 20:26:52 +11:00
Robert Layton 77ff09808a Optimising the expected mutual information code
Still a long way to go, but I've halved the time from approx 30 seconds to 16 seconds for an example
2011-10-23 21:24:55 +11:00
Olivier Grisel b7d7642241 measure runtimes for various clustering metrics in adjusted for chance example 2011-10-23 10:43:23 +02:00
Robert Layton c021b59101 pep8 and pyflakes 2011-10-21 21:07:29 +11:00
Robert Layton 52fc4c5751 Fixed this example. Tested the others (they worked!) 2011-10-21 21:03:05 +11:00
Robert Layton 193ac024a4 - AMI in the cluster examples
- See Also sections updated
- mutual_information -> mutual_information_score (and updating subsequent imports)
2011-10-21 10:52:42 +11:00
Robert Layton a1f273d1e3 pep8 and pyflakes 2011-10-04 13:22:52 +11:00
Robert Layton 42714e5f9a sampling added to silhouette_score, examples updated to match 2011-10-04 13:13:41 +11:00
Robert Layton 730bdc71b2 Sampling to improve SC speed 2011-10-04 12:50:11 +11:00
Robert Layton 7ff7e1f839 Silhouette calcualted for all forms of k-means in example 2011-10-04 11:29:23 +11:00
Robert Layton 90366b2996 Using pairwise_distances in the Silhouette Coefficient. Updates to docs, code, tests and examples 2011-10-04 11:23:14 +11:00
Robert Layton 90c8ee7d80 Silhouette added to AP example 2011-10-04 10:50:55 +11:00
Robert Layton 91f7abc4d7 Example updated, which required fixing a backwards compatability bug (adjusted_rand_score not imported in metrics/cluster/__init__.py) 2011-10-04 10:44:15 +11:00
Gael varoquaux 716b1e7105 DOC: improve spectral clustering docs 2011-09-25 21:20:59 +02:00
Lars Buitinck fa50e6885a rename ari_score adjusted_rand_score 2011-09-13 16:50:30 +02:00
Olivier Grisel ed434c3f1f typo 2011-09-12 09:48:55 +02:00
Olivier Grisel 5da44bde6c make example script filename more explicit 2011-09-12 09:47:59 +02:00
Olivier Grisel ddbf08c2fc DOC: add example to illustrate the concept of adjustment for chance 2011-09-12 00:05:09 +02:00
Olivier Grisel 75f2617579 FIX: fix broken document clustering example and add ARI to examples 2011-09-10 07:23:46 +02:00
Olivier Grisel ca48f82ab8 s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
Fabian Pedregosa d36c2acfec scipy.lena() no longer works on scipy's dev version.
Use scipy.misc.lena() instead. This should also work with 0.8.x and
probably others.
2011-09-03 09:12:21 +02:00
Gael varoquaux 4d1dcd2e65 DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Fabian Pedregosa f8ef06eea0 FIX some broken examples. 2011-09-01 11:20:05 +02:00
Mathieu Blondel 9039d1c29c Better title + authors. 2011-08-30 15:28:50 +09:00
Mathieu Blondel 975027d5e5 64 colors + random codebook comparison. 2011-08-30 15:25:17 +09:00
Mathieu Blondel 4a826cbd5b Use 256 colors and add title. 2011-08-29 20:47:42 +09:00
Mathieu Blondel 9c74fb2b85 More explanations and pep8. 2011-08-29 20:38:07 +09:00
Mathieu Blondel a8ea27a223 More informative name for color quantization example. 2011-08-29 20:11:50 +09:00
Alexandre Gramfort 60b2299021 FIX : in meanshift typos, style, example 2011-08-24 21:32:39 -04:00
Conrad Lee 378ad2268d Merge remote-tracking branch 'upstream/master'
Conflicts:
	scikits/learn/cluster/mean_shift_.py
	scikits/learn/cluster/tests/test_k_means.py
2011-08-24 14:30:45 -05:00
Olivier Grisel c21d8d053f update the documentation 2011-08-24 12:25:46 +02:00
Olivier Grisel 2a548ed131 cosmit 2011-08-24 11:41:52 +02:00
Olivier Grisel 3a1d5e2f8f fix the VQ example by switching to floats in range 0 - 1 2011-08-24 11:35:45 +02:00
Olivier Grisel 47458beb9a checkpointing work in progress on VQ example 2011-08-23 19:33:22 +02:00
Olivier Grisel 9ff1929342 time the main operations 2011-08-23 18:25:26 +02:00
Olivier Grisel c78908a3a3 checkpoint style improvements for the KMeans predict 2011-08-23 16:56:36 +02:00
Olivier Grisel 7a8df01f99 Merge remote-tracking branch 'robertlayton/kmeans_transform2' into robertlayton-kmeans_transform2 2011-08-23 11:51:40 +02:00
Robert Layton 1bc5e576e4 Fixed loader problems 2011-08-23 10:24:31 +10:00