Ohjeah / sparsereg

a collection of modern sparse (regularized) linear regression algorithms.
MIT License
61 stars 21 forks source link

bugfix and STRidge test #14

Closed TarenGorman closed 6 years ago

TarenGorman commented 6 years ago

Fix of bug for when threshold=0 with corresponding test.

codecov-io commented 6 years ago

Codecov Report

Merging #14 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   59.26%   59.39%   +0.12%     
==========================================
  Files          11       11              
  Lines         793      793              
==========================================
+ Hits          470      471       +1     
+ Misses        323      322       -1
Impacted Files Coverage Δ
sparsereg/model/base.py 78.2% <100%> (+0.64%) :arrow_up:

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 9767910...5bcd960. Read the comment docs.

Ohjeah commented 6 years ago

Thanks!