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

Add benchmark script #46

Closed mathurinm closed 3 years ago

mathurinm commented 3 years ago

Closes #44

codecov-commenter commented 3 years ago

Codecov Report

Merging #46 (f40cc5b) into master (05df374) will decrease coverage by 3.54%. The diff coverage is 65.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   60.93%   57.38%   -3.55%     
==========================================
  Files          11       16       +5     
  Lines         919     1279     +360     
  Branches      198      259      +61     
==========================================
+ Hits          560      734     +174     
- Misses        302      474     +172     
- Partials       57       71      +14     
Impacted Files Coverage Δ
andersoncd/tests/test_docstring_parameters.py 75.36% <ø> (+10.86%) :arrow_up:
andersoncd/logreg.py 37.97% <28.12%> (-18.71%) :arrow_down:
andersoncd/lasso.py 37.33% <37.50%> (-21.52%) :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 edafde8...f40cc5b. Read the comment docs.