Stammtisch 2019_03_12 - shogun-toolbox/shogun GitHub Wiki
Heiko:
- Workshop! Will send an email soon but pencil in the date!
- Gradient refactoring? Keep the current PR by Lefteris and then draft another one with a top-down approach: add registration of gradients to base class and then refactor
CGradientModelSelection
. Then compare and decide what to do - ATI poster / presentation code. Gill will send some demo code for the openml flows to Heiko for workshop presentation
- Can we merge
std::vector
into develop? sg.kernel("GaussianKernel") -> sg.kernel("Gaussian")
would be nice. I.e. hide base class names from class names for making the API more brief, might need nested namespaces in libshogun?
Gil
- OpenML all factories monkey patch. Now have
sg.GaussianKernel
again, but without swig seeing the class. Python only