dswah / pyGAM

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

add warning about pvalues in summary #219

Closed dswah closed 5 years ago

dswah commented 5 years ago

add a warning in the summary for now (as suggested in https://github.com/dswah/pyGAM/issues/163) until we figure out what is going on with the pvalues.

codecov[bot] commented 5 years ago

Codecov Report

Merging #219 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #219      +/-   ##
==========================================
+ Coverage   94.86%   94.86%   +<.01%     
==========================================
  Files          22       22              
  Lines        3056     3057       +1     
==========================================
+ Hits         2899     2900       +1     
  Misses        157      157
Impacted Files Coverage Δ
pygam/pygam.py 94.76% <100%> (ø) :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 16a1d98...1c3c14b. Read the comment docs.