andrewtavis / causeinfer

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

Tests for all models and fixes based on them #4

Closed andrewtavis closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #4 (62c05f0) into main (7b866ac) will increase coverage by 25.02%. The diff coverage is 87.50%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #4       +/-   ##
===========================================
+ Coverage   29.31%   54.33%   +25.02%     
===========================================
  Files          11       11               
  Lines         829      830        +1     
===========================================
+ Hits          243      451      +208     
+ Misses        586      379      -207     
Impacted Files Coverage Δ
causeinfer/data/hillstrom.py 88.67% <ø> (ø)
causeinfer/data/mayo_pbc.py 12.28% <ø> (ø)
causeinfer/evaluation.py 9.52% <0.00%> (+1.90%) :arrow_up:
...infer/standard_algorithms/binary_transformation.py 95.34% <ø> (+76.74%) :arrow_up:
causeinfer/standard_algorithms/interaction_term.py 95.23% <ø> (+78.57%) :arrow_up:
...r/standard_algorithms/quaternary_transformation.py 96.00% <ø> (+80.00%) :arrow_up:
causeinfer/data/cmf_micro.py 92.10% <100.00%> (+84.21%) :arrow_up:
causeinfer/data/download_utils.py 67.64% <100.00%> (ø)
causeinfer/utils.py 91.66% <100.00%> (+0.07%) :arrow_up:
... and 6 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 7b866ac...62c05f0. Read the comment docs.