mathurinm / andersoncd

This code is no longer maintained. The codebase has been moved to https://github.com/scikit-learn-contrib/skglm. This repository only serves to reproduce the results of the AISTATS 2021 paper "Anderson acceleration of coordinate descent" by Quentin Bertrand and Mathurin Massias.
BSD 3-Clause "New" or "Revised" License
18 stars 6 forks source link

Weighted Lasso with 0 weights #21

Closed mathurinm closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #21 (c49e95f) into master (05df374) will decrease coverage by 4.95%. The diff coverage is 64.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   60.93%   55.98%   -4.96%     
==========================================
  Files          11       12       +1     
  Lines         919     1095     +176     
  Branches      198      242      +44     
==========================================
+ Hits          560      613      +53     
- Misses        302      406     +104     
- Partials       57       76      +19     
Impacted Files Coverage Δ
andersoncd/tests/test_docstring_parameters.py 74.63% <ø> (+10.14%) :arrow_up:
andersoncd/utils.py 25.00% <ø> (+4.78%) :arrow_up:
andersoncd/logreg.py 37.55% <25.80%> (-19.13%) :arrow_down:
andersoncd/lasso.py 37.60% <33.33%> (-21.25%) :arrow_down:
andersoncd/group.py 61.97% <39.28%> (-12.23%) :arrow_down:
andersoncd/weighted_lasso.py 73.23% <73.23%> (ø)
andersoncd/plot_utils.py 64.44% <87.50%> (+26.94%) :arrow_up:
andersoncd/__init__.py 100.00% <100.00%> (ø)
andersoncd/tests/test_enet.py 100.00% <100.00%> (ø)
andersoncd/tests/test_logreg.py 100.00% <100.00%> (ø)
... and 4 more

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 4f46e8c...c49e95f. Read the comment docs.

mathurinm commented 3 years ago

Great job @QB3 :) happy to get this one through after all the time we've been talking about it