Dimitri Papadopoulos Orfanos
d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples ( #21307 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Thomas J. Fan
70a185ae59
MAINT Enable and run black on examples ( #20502 )
2021-10-07 10:13:00 +02:00
Thomas J Fan
4a95e33e63
MNT Make modules private in sklearn.datasets ( #15307 )
2019-10-27 17:17:23 -04:00
plagree
1f6ac72df7
[MRG] DOC examples with correct notebook style ( #9061 )
...
* DOC examples with correct notebook style
* Modifications in examples/ to avoid unwanted notebook style
* Remove last notebook style example
* Space formatting to avoid notebook style
2017-06-20 14:48:57 +02:00
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
Lars Buitinck
837093df7f
P3K: use print as a function in the examples
...
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
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