2013/2/15 Charles-Pierre Astolfi <[email protected]>: > That was my idea at first, but I was afraid of breaking things. > As of today, lasso_path returns a list of ElasticNet and that'd become > a list of LinearModel and it seemed like I would break > backward-compatibility. > > If that's not an issue, I definitely think that wrapping stuff up in a > LinearModel (or LassoLars) would make more sense.
I think it would be better to leave lasso_path as it is and add an `alphas` option to lars_path instead that would trigger the interpolation between the kinks automatically found by the lars algorithm. WDYT? -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
