2012/2/20 Nicholas Pilkington <[email protected]>: > I was wondering if there were any immediate plans to implement Multiple > Kernel SVMs in sklearn? There is a lots of SVM functionality and it would be > nice to extend to MKL. > If not what would be the best way to get involved in implementing them.
Alex started a proof of concept naive implementation here: https://github.com/agramfort/scikit-learn/compare/master...mkl It's old an unfinished but might help someone get's started on working on a full-fledged pull request. Alternatively you can always use shogun as others said. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
