shogun-toolbox / shogun

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

Remove any non-scipy stack dependencies from notebooks #3784

Open karlnapf opened 7 years ago

karlnapf commented 7 years ago

Many of the notebooks have dependencies that are not from the scipy stack (i.e. numpy, scipy, pandas, etc). Those regularly cause a lot of headaches in our build infrastructure. This task is to go through the notebooks (grep for import), and try to get rid of those imports, and use the available tools to do the job.

Example:

rahul13ramesh commented 6 years ago

Hey, I am new to shogun and would like to take up this issue. Here are a few points that I had queries about

I can submit a PR, addressing the above points, but I am unclear on how to approach the second query raised.

karlnapf commented 6 years ago

Hi!

Thanks for taking this up, really appreciated!