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

Experiement in time #17

Closed QB3 closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #17 (b2b9723) into master (05df374) will decrease coverage by 2.61%. The diff coverage is 27.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   60.93%   58.32%   -2.62%     
==========================================
  Files          11       11              
  Lines         919      955      +36     
  Branches      198      212      +14     
==========================================
- Hits          560      557       -3     
- Misses        302      330      +28     
- Partials       57       68      +11     
Impacted Files Coverage Δ
andersoncd/logreg.py 51.47% <21.42%> (-5.21%) :arrow_down:
andersoncd/lasso.py 54.13% <30.76%> (-4.72%) :arrow_down:
andersoncd/tests/test_enet.py 100.00% <100.00%> (ø)

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 557dd13...b2b9723. Read the comment docs.

mathurinm commented 3 years ago

Should we fix and merge ?

codecov-commenter commented 3 years ago

Codecov Report

Merging #17 (7c7783e) into master (05df374) will decrease coverage by 3.21%. The diff coverage is 44.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   60.93%   57.71%   -3.22%     
==========================================
  Files          11       11              
  Lines         919      991      +72     
  Branches      198      218      +20     
==========================================
+ Hits          560      572      +12     
- Misses        302      347      +45     
- Partials       57       72      +15     
Impacted Files Coverage Δ
andersoncd/tests/test_docstring_parameters.py 64.49% <ø> (ø)
andersoncd/logreg.py 51.05% <21.42%> (-5.63%) :arrow_down:
andersoncd/lasso.py 54.13% <30.76%> (-4.72%) :arrow_down:
andersoncd/group.py 63.30% <35.00%> (-10.89%) :arrow_down:
andersoncd/plot_utils.py 64.44% <87.50%> (+26.94%) :arrow_up:
andersoncd/tests/test_enet.py 100.00% <100.00%> (ø)
andersoncd/tests/test_logreg.py 100.00% <100.00%> (ø)

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 c67cc15...7c7783e. Read the comment docs.