[scikit-learn] understanding lasso performance ?

2016-09-30 Thread Yoel Sanchez Araujo
Hi all, Today I updated to the latest release of scikit-learn, and I went to test out the LassoCV module in linear_model. I've tried both approaches below, and my accuracy seems very poor, while using the same exact data with glmnet in R for example will give me ~ 75% accuracy: from sklearn

Re: [scikit-learn] understanding lasso performance ?

2016-09-30 Thread Yoel Sanchez Araujo
kitlearn. Sorry! From: scikit-learn [scikit-learn-bounces+ysa=mit@python.org] on behalf of Yoel Sanchez Araujo [y...@mit.edu] Sent: Friday, September 30, 2016 10:51 AM To: Scikit-learn user and developer mailing list Subject: [scikit-learn] understanding lasso per