QB3 / sparse-ho

Fast hyperparameter settings for non-smooth estimators:
http://qb3.github.io/sparse-ho
BSD 3-Clause "New" or "Revised" License
40 stars 15 forks source link

CLN algo files #119

Closed QB3 closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #119 (61a6d06) into master (97b4299) will increase coverage by 0.26%. The diff coverage is 88.98%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
+ Coverage   79.02%   79.28%   +0.26%     
==========================================
  Files          41       41              
  Lines        3037     3037              
  Branches      326      322       -4     
==========================================
+ Hits         2400     2408       +8     
+ Misses        544      539       -5     
+ Partials       93       90       -3     
Flag Coverage Δ
unittests ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
sparse_ho/criterion/cross_val.py 61.70% <ø> (ø)
sparse_ho/criterion/multiclass_logreg.py 67.64% <ø> (ø)
sparse_ho/ho.py 50.00% <ø> (ø)
sparse_ho/tests/test_criterion.py 100.00% <ø> (ø)
sparse_ho/tests/test_docstring_parameters.py 75.53% <ø> (ø)
sparse_ho/algo/backward.py 27.27% <23.07%> (ø)
sparse_ho/criterion/held_out.py 69.16% <70.00%> (ø)
sparse_ho/algo/forward.py 66.66% <100.00%> (ø)
sparse_ho/algo/implicit.py 96.87% <100.00%> (+5.20%) :arrow_up:
sparse_ho/algo/implicit_forward.py 89.36% <100.00%> (ø)
... and 10 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 97b4299...61a6d06. Read the comment docs.