Commit Graph

7 Commits

Author SHA1 Message Date
Alexandre Gramfort 5a12763441 API : renaming LARS to Lars 2011-07-25 21:41:48 -04:00
Gael varoquaux f2f0caef27 DOC: Tweak the cross-val lasso path example 2011-06-18 09:33:14 +02:00
Alexandre Gramfort 7b94a59a59 pep8 + N->n_samples and D->n_features 2010-12-11 19:13:58 -05:00
Olivier Grisel d9c7d80213 switch to base 10 for the alpha logs in the Lasso CD path plot 2010-12-09 18:56:32 +01:00
Olivier Grisel 81b911c12b make MSE plot of LassoCV more readable by scaling the y axis 2010-12-09 09:48:50 +01:00
Olivier Grisel f88ca8c4bb ENH: make the LassoLARS and LassoCD path examples easier to compare 2010-12-09 09:32:32 +01:00
Olivier Grisel 157fc0ac4c ENH: LassoCV / ElasticNetCV now uses all folds data + example
Store all the mse information on each fold and select alpha by best median
on MSE.
2010-12-09 09:06:25 +01:00