You can use the `lasso_path` function to get the full path: http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html#sklearn.linear_model.lasso_path
Here is an example: http://scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_coordinate_descent_path.html Put that in your own CV loop to replicate the same behavior as LassoCV does. -- Olivier ------------------------------------------------------------------------------ Slashdot TV. Videos for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
