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]
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