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: GPS tool can now handle binary outcomes #21

Closed ronikobrosly closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #21 into master will increase coverage by 0.53%. The diff coverage is 97.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   91.35%   91.89%   +0.53%     
==========================================
  Files          15       15              
  Lines         717      777      +60     
==========================================
+ Hits          655      714      +59     
- Misses         62       63       +1     
Impacted Files Coverage Δ
causal_curve/core.py 100.00% <ø> (ø)
causal_curve/mediation.py 93.65% <ø> (ø)
causal_curve/tmle.py 90.10% <ø> (ø)
causal_curve/gps.py 88.01% <96.07%> (+1.60%) :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%> (ø)
tests/unit/test_tmle.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 9f9c2e6...43c1420. Read the comment docs.