andrewtavis / causeinfer

Machine learning based causal inference/uplift in Python
BSD 3-Clause "New" or "Revised" License
56 stars 11 forks source link

#21 WIP implementations of Shaar models, formatting, and documentation #22

Closed andrewtavis closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #22 (db01027) into main (3c24801) will decrease coverage by 7.32%. The diff coverage is 9.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
- Coverage   88.11%   80.79%   -7.33%     
==========================================
  Files          11       13       +2     
  Lines         816      885      +69     
==========================================
- Hits          719      715       -4     
- Misses         97      170      +73     
Impacted Files Coverage Δ
src/causeinfer/data/cmf_micro.py 94.66% <ø> (ø)
src/causeinfer/data/hillstrom.py 88.46% <ø> (ø)
src/causeinfer/data/mayo_pbc.py 78.57% <ø> (ø)
src/causeinfer/standard_algorithms/base_models.py 85.71% <ø> (ø)
...infer/standard_algorithms/binary_transformation.py 95.23% <0.00%> (ø)
src/causeinfer/standard_algorithms/pessimistic.py 0.00% <0.00%> (ø)
...r/standard_algorithms/quaternary_transformation.py 95.91% <0.00%> (ø)
src/causeinfer/standard_algorithms/reflective.py 0.00% <0.00%> (ø)
...causeinfer/standard_algorithms/interaction_term.py 95.00% <66.66%> (-0.24%) :arrow_down:
src/causeinfer/data/download_utils.py 66.66% <100.00%> (ø)
... and 5 more

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 497f5b9...db01027. Read the comment docs.