shogun-toolbox / shogun

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

pythonic imports of shogun #4990

Open karlnapf opened 4 years ago

karlnapf commented 4 years ago

We want to replace imports in the lines of

with import shogun as sg, and then call shogun methods with that handle, i.e. sg.features instead of just features

This is as the number of names of shogun API objects that clash with potential variable names (features) is growing and we want to avoid confusion.

This needs to be done in (in order of priority)

Ahmetelsemeli commented 4 years ago

@vigsterkr

mohitmajithia commented 4 years ago

which files are left?

karlnapf commented 4 years ago

please find out yoursef. that is part of the task

ritikavar commented 4 years ago

i am beginner how can i solve my first issue

HarshBamotra commented 3 years ago

Hello, I tried solving this issue in some of the files which I have found but I don't know why it is not passing the checks in my pull request #5156. Can you help me with that why it is happening?

arya2910 commented 3 years ago

can i work on this issue??