dswah / pyGAM

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

[MERGE] add dummy coding for factor terms #215

Closed dswah closed 5 years ago

dswah commented 5 years ago

fixes https://github.com/dswah/pyGAM/issues/211

codecov[bot] commented 5 years ago

Codecov Report

Merging #215 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #215      +/-   ##
=========================================
+ Coverage   95.08%   95.2%   +0.11%     
=========================================
  Files          22      22              
  Lines        3156    3170      +14     
=========================================
+ Hits         3001    3018      +17     
+ Misses        155     152       -3
Impacted Files Coverage Δ
pygam/tests/test_terms.py 100% <100%> (ø) :arrow_up:
pygam/terms.py 94.21% <100%> (+0.08%) :arrow_up:
pygam/tests/conftest.py 97.56% <0%> (+7.31%) :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 9aba3ae...9e7b150. Read the comment docs.