Rambatino / CHAID

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

Adding invalid split messages #68

Closed Rambatino closed 7 years ago

Rambatino commented 7 years ago

Added invalid split messages to Split, such that it's obvious why it terminated there.

codecov[bot] commented 7 years ago

Codecov Report

Merging #68 into master will increase coverage by 2.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #68      +/-   ##
=========================================
+ Coverage   88.77%   90.8%   +2.02%     
=========================================
  Files           6       7       +1     
  Lines         472     500      +28     
=========================================
+ Hits          419     454      +35     
+ Misses         53      46       -7
Impacted Files Coverage Δ
CHAID/invalid_split_reason.py 100% <100%> (ø)
CHAID/stats.py 98.6% <100%> (+0.15%) :arrow_up:
CHAID/tree.py 84.07% <100%> (+5.49%) :arrow_up:
CHAID/split.py 95.55% <100%> (+3.05%) :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 dc800a2...20ff007. Read the comment docs.

justfish09 commented 7 years ago

👍