Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH add back example adaptive lasso #167

Closed
wants to merge 5 commits into from

Conversation

QB3
Copy link

@QB3 QB3 commented Nov 11, 2020

I was surprised by the performance of the Lasso in CV.
I think there were a copy problem, the coeff of the LassoCV were modified by the adaptive Lasso.
The example seems now convincing.

closes #165

@QB3 QB3 mentioned this pull request Nov 11, 2020
@codecov-io
Copy link

codecov-io commented Nov 11, 2020

Codecov Report

Merging #167 (49f4d2c) into master (b4a35ad) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #167   +/-   ##
=======================================
  Coverage   84.81%   84.81%           
=======================================
  Files          12       12           
  Lines         981      981           
  Branches      137      137           
=======================================
  Hits          832      832           
  Misses        108      108           
  Partials       41       41           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4a35ad...49f4d2c. Read the comment docs.

@mathurinm
Copy link
Owner

reused in #169

@mathurinm mathurinm closed this Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Example adaptive Lasso
3 participants