Rambatino / CHAID

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

Feature/accuracy #73

Closed Rambatino closed 5 years ago

Rambatino commented 7 years ago

This adds an accuracy method to Tree.

fixes #72

codecov[bot] commented 7 years ago

Codecov Report

Merging #73 into master will increase coverage by 0.25%. The diff coverage is 97.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
+ Coverage    92.6%   92.85%   +0.25%     
==========================================
  Files           7        7              
  Lines         500      532      +32     
==========================================
+ Hits          463      494      +31     
- Misses         37       38       +1
Impacted Files Coverage Δ
CHAID/node.py 89.47% <100%> (-1.84%) :arrow_down:
CHAID/tree.py 91.72% <100%> (+1.63%) :arrow_up:
CHAID/column.py 89.3% <94.44%> (+0.65%) :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 9acedff...0e53de8. Read the comment docs.