dswah / pyGAM

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

[MERGE] create periodic basis #216

Closed dswah closed 5 years ago

dswah commented 5 years ago

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

codecov[bot] commented 5 years ago

Codecov Report

Merging #216 into master will increase coverage by 0.06%. The diff coverage is 98.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #216      +/-   ##
==========================================
+ Coverage   95.02%   95.08%   +0.06%     
==========================================
  Files          22       22              
  Lines        3113     3156      +43     
==========================================
+ Hits         2958     3001      +43     
  Misses        155      155
Impacted Files Coverage Δ
pygam/pygam.py 94.89% <ø> (ø) :arrow_up:
pygam/tests/test_terms.py 100% <100%> (ø) :arrow_up:
pygam/utils.py 87.73% <100%> (+0.23%) :arrow_up:
pygam/penalties.py 93.33% <100%> (+0.79%) :arrow_up:
pygam/terms.py 94.12% <90.9%> (+0.06%) :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 3b36dd7...71c4d59. Read the comment docs.