glm-tools / pyglmnet

Python implementation of elastic-net regularized generalized linear models
http://glm-tools.github.io/pyglmnet/
MIT License
280 stars 84 forks source link

Test for Solver Invariance #206

Closed timshell closed 6 years ago

timshell commented 7 years ago

Solves #205

codecov-io commented 7 years ago

Codecov Report

Merging #206 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #206   +/-   ##
======================================
  Coverage    76.1%   76.1%           
======================================
  Files           4       4           
  Lines         452     452           
  Branches       82      82           
======================================
  Hits          344     344           
+ Misses         76      75    -1     
- Partials       32      33    +1
Impacted Files Coverage Δ
pyglmnet/pyglmnet.py 80.54% <0%> (ø) :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 fe03299...cdaa7ce. Read the comment docs.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@07ea349). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #206   +/-   ##
========================================
  Coverage          ?   55.8%           
========================================
  Files             ?       7           
  Lines             ?    1292           
  Branches          ?     258           
========================================
  Hits              ?     721           
  Misses            ?     503           
  Partials          ?      68

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 07ea349...f839933. Read the comment docs.

jasmainak commented 6 years ago

Thanks @timshell !