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

WIP ENH: add automated benchmark speed #53

Closed mathurinm closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #53 (1978c4b) into master (b8ce7d3) will increase coverage by 7.10%. The diff coverage is 65.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   56.19%   63.29%   +7.10%     
==========================================
  Files          12       11       -1     
  Lines        1098      613     -485     
  Branches      242      101     -141     
==========================================
- Hits          617      388     -229     
+ Misses        406      191     -215     
+ Partials       75       34      -41     
Impacted Files Coverage Δ
andersoncd/tests/test_docstring_parameters.py 73.91% <ø> (-0.73%) :arrow_down:
andersoncd/penalties.py 43.11% <43.11%> (ø)
andersoncd/solver.py 61.53% <61.53%> (ø)
andersoncd/datafits.py 64.70% <64.70%> (ø)
andersoncd/data/synthetic.py 72.41% <69.23%> (-18.50%) :arrow_down:
andersoncd/__init__.py 100.00% <100.00%> (ø)
andersoncd/data/__init__.py 100.00% <100.00%> (ø)
andersoncd/estimators.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 918415f...1978c4b. Read the comment docs.

mathurinm commented 2 years ago

It is hard to find a good solution and it's not a priority for me yet. We can reopen it when we want