Commit Graph

25 Commits

Author SHA1 Message Date
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
Andreas Mueller 8199bfd348 ENH fixed ``n_cluster`` to ``n_clusters`` in examples. Thanks @agramfort 2012-05-30 07:41:35 +02:00
Andreas Mueller d9a6243c98 ENH rename k in clustering examples and doctests to n_clusters 2012-05-30 07:41:34 +02:00
Olivier Grisel 30cdbb8da7 fix text position in example 2011-12-21 10:13:46 +01:00
Olivier Grisel 2cbcc1e813 example tweaks 2011-12-20 20:18:08 +01:00
Olivier Grisel 738891562c Merge branch 'master' into minibatch-kmeans-optim 2011-12-20 16:00:31 +01:00
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
Olivier Grisel 6db1ff8d0b WIP: n_init refactoring 2011-12-19 16:28:41 +01:00
Olivier Grisel 3d58c49c06 refactored the init logic for MiniBatchKMeans 2011-11-06 13:43:34 +01:00
Olivier Grisel d17fba0de7 optimize label assignment for dense minibatch and new test 2011-11-03 00:30:53 +01: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
Lars Buitinck 47f59c304e s/euclidian/euclidean/g 2011-07-23 21:14:10 +02:00
Alexandre Gramfort b2818993c3 ENH : using make_blobs in plot_mini_batch_kmeans 2011-05-18 22:18:40 -04:00
Olivier Grisel fd9919de3a ENH: better / simpler handling of shuffling in MiniBatchKMeans 2011-05-18 02:16:38 +02:00
Gael varoquaux cd9e727492 DOC: cosmit in MiniBatchKMeans docs 2011-05-17 22:57:11 +02:00
Gael varoquaux 08340af0d4 DOC: Prettify MiniBatchKmean example 2011-05-17 21:50:16 +02:00
Nelle Varoquaux 582fa8248c [MiniBatchKMeans] Minor modifications on the examples
Deleted redondant examples
2011-05-17 19:52:38 +01:00
Nelle Varoquaux 1d0b8df77b [MiniBatchKMeans] Updated the example to compare BatchKMeans and MiniBatchKMeans - added the copy_x option to the BatchKMeans 2011-05-15 12:03:24 +01:00
Nelle Varoquaux a3521a5b84 [MiniBatchKMeans] Added an example 2011-05-09 23:00:11 +01:00
Nelle Varoquaux 5bb104f59f [MiniBatchKMeans] Added a fit method to the MiniBatchKMeans 2011-05-07 17:21:50 +01:00
Nelle Varoquaux b6ab08a4d7 [MiniBatchKMeans] PEP8 compliance 2011-05-04 22:00:41 +01:00