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

Lasso estimator #47

Closed QB3 closed 3 years ago

QB3 commented 3 years ago

closes #43

codecov-commenter commented 3 years ago

Codecov Report

Merging #47 (3b4dc98) into master (05df374) will decrease coverage by 3.30%. The diff coverage is 65.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   60.93%   57.62%   -3.31%     
==========================================
  Files          11       16       +5     
  Lines         919     1291     +372     
  Branches      198      259      +61     
==========================================
+ Hits          560      744     +184     
- Misses        302      474     +172     
- Partials       57       73      +16     
Impacted Files Coverage Δ
andersoncd/tests/test_docstring_parameters.py 75.36% <ø> (+10.86%) :arrow_up:
andersoncd/logreg.py 37.55% <28.12%> (-19.13%) :arrow_down:
andersoncd/lasso.py 36.90% <37.50%> (-21.94%) :arrow_down:
andersoncd/group.py 62.40% <39.28%> (-11.79%) :arrow_down:
andersoncd/penalties.py 40.17% <40.17%> (ø)
andersoncd/utils.py 32.87% <52.38%> (+12.66%) :arrow_up:
andersoncd/data/synthetic.py 72.41% <69.23%> (-18.50%) :arrow_down:
andersoncd/solver.py 79.50% <79.50%> (ø)
andersoncd/plot_utils.py 64.44% <87.50%> (+26.94%) :arrow_up:
andersoncd/__init__.py 100.00% <100.00%> (ø)
... and 13 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 9579f89...3b4dc98. Read the comment docs.