shogun-toolbox / shogun

Shōgun
http://shogun-toolbox.org
BSD 3-Clause "New" or "Revised" License
3.03k stars 1.04k forks source link

Convert pythonic imports for all python/graphical #5129

Closed sztang closed 4 years ago

sztang commented 4 years ago

Combed through and updated the python/graphical folder; partially addresses #4990 and fixed some minor typos/print statements. Seems like we're mostly doing Python2 prints (i.e. no parenthesis), so went ahead and standardized that.

gf712 commented 4 years ago

Hi thanks for this! We actually do not run CI jobs on these examples (these are usually quite low priority when refactoring and are probably mostly outdated).

sztang commented 4 years ago

Figures, I see why everything's still in Python 2. Thanks for merging anyway, new to PRs and learned a lot from it. Will look around for other spots where I can help cleanup.