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
81dde3a6e5
STY Ensures that "flake8 ." works ( #20298 )
2021-06-18 15:46:40 +02:00
waelbenamara
a5b689429d
MAINT/EXA replaced deprecated NavigationToolbar2TkAgg ( #16187 )
2020-01-28 07:30:19 +01:00
Roman Yurchak
0e3bb17e62
MAINT Run pyupgrade following Python2 deprecation ( #12997 )
2019-02-08 20:13:34 +08:00
Hanmin Qin
575064b8e1
MNT More clean up after we remove python < 3.5 ( #13078 )
2019-02-02 22:01:13 +08:00
Mickaël Schoentgen
2df594564d
EXA Fix several DeprecationWarning: invalid escape sequence in examples ( #12924 )
2019-01-05 12:22:36 +08:00
Andreas Mueller
952ef6637a
MRG Drop legacy python / remove six dependencies ( #12639 )
2019-01-03 15:50:05 +02:00
Adrin Jalali
77b9b1f114
BLD circle-ci should only run/build plot_* files ( #12797 )
2018-12-28 19:48:45 +08:00
govin-vatsan
9c511d04cc
Changes to be committed:
...
modified: examples/applications/svm_gui.py
For some reason, the Tkinter package is not compatible with Python 3.
try:
import Tkinter as Tk #works with Python 2
except ImportError:
import tkinter as Tk #works with Python 3
I added in an additional import statement to add compatibility
[ci skip]
2016-02-10 15:44:59 +01:00
Robert Layton
dacfd8bd5d
DOC: Replaced all BSD style licenses with "BSD 3 clause"
...
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!
Removed duplicate "3 clause, 3 clause"
Removed trailing period if exists
Fixed some missed licences, still about 50 to do, but those can be automated
Think I got the last of them.
Apparently me and sed have different ideas of regex.
Found a few more
2013-04-30 08:34:46 +02:00
Lars Buitinck
541987802f
P3K range vs. xrange
2013-02-14 02:05:35 +01:00
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
DraXus
6759068fee
peping8 examples/applications
2011-12-19 18:29:00 +01:00
Mathieu Blondel
0e516d0df1
Export data option in SVG gui.
2011-09-30 18:28:19 +09: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
Peter Prettenhofer
7cbc4b7d9c
added NavigationToolbar to SVM gui
2011-09-01 15:52:56 +02:00
Peter Prettenhofer
965214ed8b
cosmit: removed requirements in svm_gui doc.
2011-05-11 17:01:13 +02:00
Peter Prettenhofer
699fab0fa8
cosmit: changed docstring of svm_gui.py.
2011-05-11 16:56:43 +02:00
Olivier Grisel
9847703415
moving real word examples to the applications subfolder
2010-12-05 21:40:38 +01:00