> Yeah - looks good for ElasticNet. What's the story of line 1004 in > that same file (the docstring for the MultiTaskElasticNet) should that > really be "L1/L2"? > Yeah, that is correct. It is a matrix penalty with L1 on the columns and L2 on the rows (err or the other way around)? The idea is that if a feature is helpful for one task, it is probably helpful for all tasks (l1 across features, l2 across tasks).
------------------------------------------------------------------------------ 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
