You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that since version 0.23, scikit-learn supports the sample weight parameter for Lasso. However, up to now, it seems like this parameter is still not available for LassoCV. I hope that I can assign weight values to each data sample and not lose the advantage of LassoCV. Therefore, is there any quick solution to this problem?
The text was updated successfully, but these errors were encountered:
Describe the workflow you want to enable
I have noticed that since version 0.23, scikit-learn supports the sample weight parameter for Lasso. However, up to now, it seems like this parameter is still not available for LassoCV. I hope that I can assign weight values to each data sample and not lose the advantage of LassoCV. Therefore, is there any quick solution to this problem?
The text was updated successfully, but these errors were encountered: