BouchardLab / pyuoi

The Union of Intersections Framework in Python
https://pyuoi.readthedocs.io
Other
13 stars 16 forks source link

fix intercept calculation in post_fit and handled edge cases with constant or zero response variable #180

Closed pssachdeva closed 5 years ago

pssachdeva commented 5 years ago

Closes #113

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
+ Coverage   91.86%   91.97%   +0.11%     
==========================================
  Files          17       17              
  Lines        1524     1545      +21     
==========================================
+ Hits         1400     1421      +21     
  Misses        124      124
Impacted Files Coverage Δ
pyuoi/linear_model/base.py 81.87% <100%> (+0.27%) :arrow_up:
pyuoi/linear_model/poisson.py 96.49% <100%> (+0.19%) :arrow_up:
pyuoi/utils.py 95.55% <100%> (+0.43%) :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 dd04688...ec32c1a. Read the comment docs.