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

Flexible design : add Penalty class #26

Closed QB3 closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #26 (41dff60) into master (b8ce7d3) will increase coverage by 1.29%. The diff coverage is 72.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   56.19%   57.48%   +1.29%     
==========================================
  Files          12       15       +3     
  Lines        1098     1195      +97     
  Branches      242      248       +6     
==========================================
+ Hits          617      687      +70     
- Misses        406      435      +29     
+ Partials       75       73       -2     
Impacted Files Coverage Δ
andersoncd/tests/test_docstring_parameters.py 74.63% <ø> (ø)
andersoncd/penalties.py 52.70% <52.70%> (ø)
andersoncd/solver.py 75.40% <75.40%> (ø)
andersoncd/__init__.py 100.00% <100.00%> (ø)
andersoncd/estimators.py 100.00% <100.00%> (ø)
andersoncd/tests/test_solver.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 b8ce7d3...41dff60. Read the comment docs.