Rambatino / CHAID

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

Fix for printing unicode characters #63

Closed Rambatino closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #63 into master will increase coverage by 3.81%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   84.95%   88.77%   +3.81%     
==========================================
  Files           6        6              
  Lines         472      472              
==========================================
+ Hits          401      419      +18     
+ Misses         71       53      -18
Impacted Files Coverage Δ
CHAID/node.py 91.3% <100%> (+8.69%) :arrow_up:
CHAID/split.py 92.5% <100%> (+17.5%) :arrow_up:
CHAID/tree.py 78.57% <0%> (+6.25%) :arrow_up:

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 873c509...0990aa4. Read the comment docs.