Rambatino / CHAID

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

Fixing minimum node sizes whereby combined choices aren't selected #83

Closed Rambatino closed 6 years ago

Rambatino commented 6 years ago

Fixes #81

codecov[bot] commented 6 years ago

Codecov Report

Merging #83 into master will increase coverage by 0.12%. The diff coverage is 95.74%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #83      +/-   ##
=========================================
+ Coverage   92.67%   92.8%   +0.12%     
=========================================
  Files           7       7              
  Lines         505     514       +9     
=========================================
+ Hits          468     477       +9     
  Misses         37      37
Impacted Files Coverage Δ
CHAID/column.py 91.01% <100%> (+1.73%) :arrow_up:
CHAID/stats.py 98.4% <90%> (-0.21%) :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 6a29f62...19b749f. Read the comment docs.