Commit Graph

14 Commits

Author SHA1 Message Date
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