andrewtavis / causeinfer

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

Update package structure and fix wheel/setup.py #10

Closed andrewtavis closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #10 (dc02b63) into main (f0d2bf0) will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
- Coverage   88.13%   88.12%   -0.02%     
==========================================
  Files          11       11              
  Lines         826      825       -1     
==========================================
- Hits          728      727       -1     
  Misses         98       98              
Impacted Files Coverage Δ
src/causeinfer/data/cmf_micro.py 94.73% <ø> (ø)
src/causeinfer/data/download_utils.py 67.64% <ø> (ø)
src/causeinfer/data/hillstrom.py 88.67% <ø> (ø)
src/causeinfer/data/mayo_pbc.py 78.94% <ø> (ø)
src/causeinfer/evaluation.py 85.80% <ø> (ø)
src/causeinfer/standard_algorithms/base_models.py 85.71% <ø> (ø)
...infer/standard_algorithms/binary_transformation.py 95.34% <ø> (ø)
...causeinfer/standard_algorithms/interaction_term.py 95.23% <ø> (ø)
...r/standard_algorithms/quaternary_transformation.py 96.00% <ø> (ø)
src/causeinfer/standard_algorithms/two_model.py 89.47% <ø> (ø)
... and 1 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 f994049...dc02b63. Read the comment docs.