QB3 / sparse-ho

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

WIP: actually start putting base classes #52

Closed agramfort closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #52 (cfb926c) into master (654a9cb) will increase coverage by 0.79%. The diff coverage is 57.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   65.21%   66.01%   +0.79%     
==========================================
  Files          23       35      +12     
  Lines        2625     2704      +79     
  Branches      247      247              
==========================================
+ Hits         1712     1785      +73     
- Misses        847      853       +6     
  Partials       66       66              
Impacted Files Coverage Δ
sparse_ho/algo/forward.py 76.92% <ø> (ø)
sparse_ho/criterion/cross_val.py 18.18% <18.18%> (ø)
sparse_ho/models/svr.py 21.56% <21.56%> (ø)
sparse_ho/models/logreg.py 56.13% <56.13%> (ø)
sparse_ho/models/wlasso.py 58.79% <58.79%> (ø)
sparse_ho/models/enet.py 61.03% <61.03%> (ø)
sparse_ho/models/svm.py 62.97% <62.97%> (ø)
sparse_ho/models/lasso.py 64.13% <64.13%> (ø)
sparse_ho/criterion/base.py 71.42% <71.42%> (ø)
sparse_ho/models/base.py 75.00% <75.00%> (ø)
... and 29 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 654a9cb...cfb926c. Read the comment docs.