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 sparse X to benchmark script #59

Closed mathurinm closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #59 (2de0b70) into master (b8ce7d3) will increase coverage by 9.25%. The diff coverage is 68.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   56.19%   65.44%   +9.25%     
==========================================
  Files          12       11       -1     
  Lines        1098      738     -360     
  Branches      242      115     -127     
==========================================
- Hits          617      483     -134     
+ Misses        406      224     -182     
+ Partials       75       31      -44     
Impacted Files Coverage Δ
andersoncd/tests/test_docstring_parameters.py 73.91% <ø> (-0.73%) :arrow_down:
andersoncd/penalties.py 44.76% <44.76%> (ø)
andersoncd/datafits.py 52.23% <52.23%> (ø)
andersoncd/solver.py 68.27% <68.27%> (ø)
andersoncd/data/synthetic.py 72.41% <69.23%> (-18.50%) :arrow_down:
andersoncd/estimators.py 92.39% <92.39%> (ø)
andersoncd/__init__.py 100.00% <100.00%> (ø)
andersoncd/data/__init__.py 100.00% <100.00%> (ø)
andersoncd/tests/test_estimators.py 100.00% <100.00%> (ø)
andersoncd/utils.py 28.76% <0.00%> (-4.11%) :arrow_down:
... and 7 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 e7ed8a9...2de0b70. Read the comment docs.