Rambatino / CHAID

A python implementation of the common CHAID algorithm
Apache License 2.0
150 stars 50 forks source link

Added codecov file #54

Closed Rambatino closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #54 into master will increase coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   84.57%   84.64%   +0.07%     
==========================================
  Files          17        6      -11     
  Lines        1037      469     -568     
==========================================
- Hits          877      397     -480     
+ Misses        160       72      -88
Impacted Files Coverage Δ
setup.py
tests/test_continuous_column.py
tests/test_ordinal_column.py
tests/test_split.py
CHAID/__main__.py
tests/test_nominal_column.py
tests/test_stats.py
tests/setup_tests.py
CHAID/__init__.py
tests/test_node.py
... 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 2700b4f...27d9cd9. Read the comment docs.

Rambatino commented 7 years ago

Yeah I was thinking that, but it's of secondary importance.