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

Expe time #14

Closed QB3 closed 3 years ago

QB3 commented 3 years ago

Good to go for me @mathurinm

codecov-io commented 3 years ago

Codecov Report

Merging #14 (ce0c166) into master (05df374) will decrease coverage by 1.93%. The diff coverage is 32.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   60.93%   59.00%   -1.94%     
==========================================
  Files          11       11              
  Lines         919      944      +25     
  Branches      198      208      +10     
==========================================
- Hits          560      557       -3     
- Misses        302      322      +20     
- Partials       57       65       +8     
Impacted Files Coverage Δ
andersoncd/lasso.py 54.13% <30.76%> (-4.72%) :arrow_down:
andersoncd/logreg.py 53.98% <31.25%> (-2.70%) :arrow_down:
andersoncd/tests/test_enet.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 f215b39...ce0c166. Read the comment docs.