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 power_method, fix ista division by 1 / L #20

Closed mathurinm closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #20 (e56aaba) into master (05df374) will decrease coverage by 1.37%. The diff coverage is 46.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   60.93%   59.55%   -1.38%     
==========================================
  Files          11       11              
  Lines         919      952      +33     
  Branches      198      215      +17     
==========================================
+ Hits          560      567       +7     
- Misses        302      312      +10     
- Partials       57       73      +16     
Impacted Files Coverage Δ
andersoncd/tests/test_docstring_parameters.py 64.49% <ø> (ø)
andersoncd/utils.py 25.00% <ø> (+4.78%) :arrow_up:
andersoncd/logreg.py 51.47% <25.80%> (-5.21%) :arrow_down:
andersoncd/lasso.py 54.13% <36.66%> (-4.72%) :arrow_down:
andersoncd/group.py 61.97% <39.28%> (-12.23%) :arrow_down:
andersoncd/plot_utils.py 64.44% <87.50%> (+26.94%) :arrow_up:
andersoncd/tests/test_enet.py 100.00% <100.00%> (ø)
andersoncd/tests/test_logreg.py 100.00% <100.00%> (ø)

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 1eb865e...e56aaba. Read the comment docs.