Rambatino / CHAID

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

Switched chi to score in node #58

Closed Rambatino closed 7 years ago

Rambatino commented 7 years ago

Fuck, this is going to have to go in as a v4 bump. Actually no, it doesn't. Because the behaviour was broken before. Hmm tricky.

codecov[bot] commented 7 years ago

Codecov Report

Merging #58 into master will increase coverage by 0.21%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   84.74%   84.95%   +0.21%     
==========================================
  Files           6        6              
  Lines         472      472              
==========================================
+ Hits          400      401       +1     
+ Misses         72       71       -1
Impacted Files Coverage Δ
CHAID/node.py 82.6% <100%> (+2.17%) :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 c798c1d...309e6e3. Read the comment docs.