QB3 / sparse-ho

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

Structure files #53

Closed Klopfe closed 3 years ago

Klopfe commented 3 years ago

I split the files criterion and models and corrected the import in the different files of the package.

codecov-io commented 3 years ago

Codecov Report

Merging #53 (780b449) into master (d9b77bb) will increase coverage by 1.43%. The diff coverage is 58.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   64.96%   66.39%   +1.43%     
==========================================
  Files          23       31       +8     
  Lines        2626     2622       -4     
  Branches      244      237       -7     
==========================================
+ Hits         1706     1741      +35     
+ Misses        853      815      -38     
+ Partials       67       66       -1     
Impacted Files Coverage Δ
sparse_ho/algo/forward.py 76.92% <ø> (ø)
sparse_ho/model/svr.py 21.25% <21.25%> (ø)
sparse_ho/model/sparselogreg.py 55.92% <55.92%> (ø)
sparse_ho/model/wlasso.py 58.56% <58.56%> (ø)
sparse_ho/model/enet.py 60.84% <60.84%> (ø)
sparse_ho/model/svm.py 62.82% <62.82%> (ø)
sparse_ho/model/lasso.py 63.93% <63.93%> (ø)
sparse_ho/ho.py 47.11% <67.64%> (+2.88%) :arrow_up:
sparse_ho/criterion/held_out_smoothed_hinge.py 74.50% <74.50%> (ø)
sparse_ho/criterion/smoothed_sure.py 89.83% <89.83%> (ø)
... and 23 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 d9b77bb...780b449. Read the comment docs.

agramfort commented 3 years ago

closing in favor of #52