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

DOC: better weighted lasso example #30

Closed mathurinm closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #30 (b31355d) into master (b8ce7d3) will increase coverage by 2.81%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   56.19%   59.01%   +2.81%     
==========================================
  Files          12       16       +4     
  Lines        1098     1337     +239     
  Branches      242      278      +36     
==========================================
+ Hits          617      789     +172     
- Misses        406      459      +53     
- Partials       75       89      +14     
Impacted Files Coverage Δ
andersoncd/solver.py 73.77% <0.00%> (ø)
andersoncd/penalties.py 52.70% <0.00%> (ø)
andersoncd/tests/test_solver.py 100.00% <0.00%> (ø)
andersoncd/estimators.py 100.00% <0.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 b8ce7d3...b31355d. Read the comment docs.