shogun-toolbox / shogun

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

Translate graphical python examples on kernel hypothesis testing into notebook #1907

Open karlnapf opened 10 years ago

karlnapf commented 10 years ago

There are three examples in python_modular/graphical.

All those are very nice to illustrate what is going on when using MMD/HSIC. Those should be put into the IPython notebook on MMD/HSIC (the second does not exist yet, see other task)

vperic commented 10 years ago

I'd be interested in this task - just to confirm, the files you have in mind are:

and these should be added to ipython-notebooks/statistics/mmd_two_sample_testing.ipynb ?

I'm still trying to get my bearing around the shogun codebase.

karlnapf commented 10 years ago

Hi Yes, those are the ones. But not just added plain, but with a nicely written paragraph around them. It's not too much work. Should also not be necessary to deal with the codebase as most things are self-explaining in the example. Please keep an eye on what @lambday is doing, as this might change the API or some behaviour. For example, we will soon allow for different number of samples in the distributions, see #2022