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

Change stop crit in working set #50

Closed QB3 closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #50 (e3d588e) into master (b8ce7d3) will increase coverage by 6.05%. The diff coverage is 63.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   56.19%   62.25%   +6.05%     
==========================================
  Files          12       10       -2     
  Lines        1098      604     -494     
  Branches      242      100     -142     
==========================================
- Hits          617      376     -241     
+ Misses        406      194     -212     
+ Partials       75       34      -41     
Impacted Files Coverage Δ
andersoncd/tests/test_docstring_parameters.py 73.91% <ø> (-0.73%) :arrow_down:
andersoncd/penalties.py 40.17% <40.17%> (ø)
andersoncd/solver.py 62.29% <62.29%> (ø)
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 5 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 7adecdc...e3d588e. Read the comment docs.