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

MNT : Remove paper legacy #48

Closed mathurinm closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #48 (3a4fa2c) into master (05df374) will increase coverage by 0.55%. The diff coverage is 62.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   60.93%   61.48%   +0.55%     
==========================================
  Files          11       10       -1     
  Lines         919      592     -327     
  Branches      198      100      -98     
==========================================
- Hits          560      364     -196     
+ Misses        302      194     -108     
+ Partials       57       34      -23     
Impacted Files Coverage Δ
andersoncd/tests/test_docstring_parameters.py 73.91% <ø> (+9.42%) :arrow_up:
andersoncd/utils.py 28.76% <38.09%> (+8.55%) :arrow_up:
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/plot_utils.py 64.44% <87.50%> (+26.94%) :arrow_up:
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%> (ø)
... and 6 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 9579f89...3a4fa2c. Read the comment docs.