dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python
https://pygam.readthedocs.io
Apache License 2.0
865 stars 159 forks source link

Poisson bug #179

Closed dswah closed 6 years ago

dswah commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #179 into master will increase coverage by 0.03%. The diff coverage is 94.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
+ Coverage   91.54%   91.58%   +0.03%     
==========================================
  Files          19       19              
  Lines        2341     2364      +23     
==========================================
+ Hits         2143     2165      +22     
- Misses        198      199       +1
Impacted Files Coverage Δ
pygam/distributions.py 88.32% <ø> (ø) :arrow_up:
pygam/tests/test_GAM_methods.py 100% <100%> (ø) :arrow_up:
pygam/utils.py 78.47% <100%> (ø) :arrow_up:
pygam/pygam.py 89.45% <88.88%> (-0.01%) :arrow_down:

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 fa70ebf...cac5231. Read the comment docs.