scikit-learn: inconsistent attribute naming "cv_mse_path_" and "mse_path_" in LassoLarsCV and LassoCV respectively

There is inconsistent attribute names in cross-validation Lasso models:

cv_mse_path_ in LassoLarsCV code

mse_path_ in LassoCV code

as seen already in this tutorial

unification suggested

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 19 (16 by maintainers)

Most upvoted comments

I used mse_path_ instead of cv_mse_path_ and it worked