For now, lasso (and some others) can be invoked through the sparse_encode function and it does the multitarget wrapping automatically over multiple cores. Just pay attention to the shapes of the inputs since they need to be transposed (the function makes sense in a dictionary learning context).
On Apr 30, 2012, at 14:48 , Alexandre Gramfort wrote: > for linear models it's in the todo list from Vlad's GSOC proposal. > > it's already possible for Ridge and OMP > > Alex > > On Mon, Apr 30, 2012 at 12:28 PM, Andreas Mueller > <[email protected]> wrote: >> Am 30.04.2012 12:26, schrieb Justin Bayer: >>> I'd be interested in the linear models, Gaussian processes, trees, KNN and >>> SVMs. >>> >>> To be honest, I did not try them all out recently (last time november >>> or so), I just skimmed the docs and checked whether anything changed. >>> >>> >> For KNN, it should be very easy to add. With linear models, I guess >> it depends. For SVMs, we don't have a chance as we wrap libsvm. >> For trees, it is possible in principal but not with our implementation >> afaik, >> so a wrapper would be good. >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Scikit-learn-general mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Scikit-learn-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general ------------------ Vlad N. http://vene.ro ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
