Le 06/03/2012 11:25, Andreas a écrit : >>> I agree it would be nice to see a multinomial logistic regreesion in the >>> scikit :). Any plans for it? >>> >> not on my side but this question comes so often that it might become a >> priority for the project. >> >> > I it a priority for me but fixing API issues and refactoring > is even a higher priority for me ;) I might be able to help on the Multinomial Logistic Regression front.
A researcher in our group was telling me this afternoon, that he was considering a slow switch from Matlab to Python. To convince him to leave the dark side, I told him it's fairly easy to convert one's code. He, therefore, sent me his MLR code at the beginning of the afternoon and said: "ok, show me". Challenge accepted! A couple of hours later: done. Please, don't tell my advisor ;-) As you can imagine, the result in such a short time is a bit unsightly... For now, it's very rough and I barely tested in a simple 2D case. I hope I can clean it up a bit, add tests and then make a pull request. I'll let you know about my progress. Cheers, Adrien > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > 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-d2d > _______________________________________________ > Scikit-learn-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! 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-d2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
