dswah / pyGAM

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

fix f-statistic bug due to erratum in wood 2006 #171

Closed dswah closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #171 into master will decrease coverage by 0.15%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
- Coverage    91.2%   91.04%   -0.16%     
==========================================
  Files          16       16              
  Lines        2228     2233       +5     
==========================================
+ Hits         2032     2033       +1     
- Misses        196      200       +4
Impacted Files Coverage Δ
pygam/tests/test_GAM_methods.py 100% <100%> (ø) :arrow_up:
pygam/pygam.py 89.39% <100%> (ø) :arrow_up:
pygam/utils.py 77.62% <0%> (-1.36%) :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 bafd226...a3b966b. Read the comment docs.