Andreas Mueller
|
38b455d541
|
Cosmit pep8
|
2012-12-25 13:16:05 +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 |
Alexandre Gramfort
|
60b2299021
|
FIX : in meanshift typos, style, example
|
2011-08-24 21:32:39 -04:00 |
Conrad Lee
|
50bb1389ae
|
Mean shift: removed my old test script due to merge with agramfort, changed num points in plot example to ten thousand to speed it up.
|
2011-08-19 13:59:35 +02:00 |
Conrad Lee
|
b782f7e2f4
|
Merged agramfort's branch with my own
|
2011-08-19 13:45:38 +02:00 |
Conrad Lee
|
f902930954
|
Mean shift: settled on term 'bin' and removed unnecessary references to 'bucketing' or 'discretization' from variable names and documentation
|
2011-08-18 19:03:50 +02:00 |
Alexandre Gramfort
|
9f45c2366e
|
ENH: speed up estimate_bandwidth with BallTree + use make_blobs in test_mean_shift.py
|
2011-08-07 11:02:14 -04:00 |
Conrad Lee
|
4b433a9254
|
Modified file scikits.examples.plot_mean_shift.py: updated reference.
|
2011-08-06 10:52:06 +02:00 |
Conrad Lee
|
303a6d4bd2
|
Hard coded bandwidth to 1.30 because otherwise its calculation is too slow.
|
2011-08-05 22:58:12 +02:00 |
Conrad Lee
|
8310b0814e
|
Changed scikits.learn.cluster.__init__.py and examples/cluster/plot_mean_shift.py: modified so that complies with pep8.
|
2011-08-05 18:39:03 +02:00 |
Conrad Lee
|
24b35fd7ea
|
Changed plot_mean_shift.py example to use larger data set to show how bandwidth estimation dominates the runtime.
|
2011-08-05 16:32:29 +02:00 |
Alexandre Gramfort
|
6ec33ff899
|
FIX : removing useless seed fix in plot_mean_shift
|
2011-05-18 22:20:36 -04:00 |
Alexandre Gramfort
|
3e0aeac85e
|
ENH : using make_blobs in plot_mean_shift
|
2011-05-18 22:16:09 -04:00 |
Alexandre Gramfort
|
ec1514ac19
|
ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example)
|
2010-11-02 11:38:06 +01:00 |
Gael varoquaux
|
68ca67ef4f
|
API: Change 'clustering' to 'cluster'
|
2010-08-27 09:29:29 +02:00 |