andrewtavis / causeinfer

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

Code factoring, isinstance, exception, and readme fixes #13

Closed andrewtavis closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #13 (ffb9668) into main (f4335e5) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
- Coverage   88.12%   88.11%   -0.01%     
==========================================
  Files          11       11              
  Lines         825      816       -9     
==========================================
- Hits          727      719       -8     
+ Misses         98       97       -1     
Impacted Files Coverage Δ
src/causeinfer/standard_algorithms/base_models.py 85.71% <ø> (ø)
...causeinfer/standard_algorithms/interaction_term.py 95.23% <ø> (ø)
src/causeinfer/standard_algorithms/two_model.py 89.47% <ø> (ø)
src/causeinfer/data/cmf_micro.py 94.66% <100.00%> (-0.08%) :arrow_down:
src/causeinfer/data/download_utils.py 66.66% <100.00%> (-0.99%) :arrow_down:
src/causeinfer/data/hillstrom.py 88.46% <100.00%> (-0.22%) :arrow_down:
src/causeinfer/data/mayo_pbc.py 78.57% <100.00%> (-0.38%) :arrow_down:
src/causeinfer/evaluation.py 85.99% <100.00%> (+0.18%) :arrow_up:
...infer/standard_algorithms/binary_transformation.py 95.23% <100.00%> (-0.12%) :arrow_down:
...r/standard_algorithms/quaternary_transformation.py 95.91% <100.00%> (-0.09%) :arrow_down:

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 7300ea4...ffb9668. Read the comment docs.