ronikobrosly / causal-curve

A python package with tools to perform causal inference using observational data when the treatment of interest is continuous.
MIT License
271 stars 18 forks source link

Feature/predict method #26

Closed ronikobrosly closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #26 (5cb32dd) into master (5d35451) will increase coverage by 0.59%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   92.01%   92.61%   +0.59%     
==========================================
  Files          15       15              
  Lines         789      853      +64     
==========================================
+ Hits          726      790      +64     
  Misses         63       63              
Impacted Files Coverage Δ
causal_curve/gps.py 89.25% <100.00%> (+0.76%) :arrow_up:
tests/conftest.py 100.00% <100.00%> (ø)
tests/integration/test_gps.py 100.00% <100.00%> (ø)
tests/integration/test_tmle.py 100.00% <100.00%> (ø)
tests/unit/test_gps.py 100.00% <100.00%> (ø)

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 5d35451...5cb32dd. Read the comment docs.