Rambatino / CHAID

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

Formalised tree initialisation method to use Column classes #76

Closed Rambatino closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #76 into master will decrease coverage by 0.01%. The diff coverage is 93.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
- Coverage    92.6%   92.58%   -0.02%     
==========================================
  Files           7        7              
  Lines         500      499       -1     
==========================================
- Hits          463      462       -1     
  Misses         37       37
Impacted Files Coverage Δ
CHAID/split.py 93.33% <100%> (-2.23%) :arrow_down:
CHAID/stats.py 98.6% <100%> (ø) :arrow_up:
CHAID/tree.py 90.59% <100%> (+0.5%) :arrow_up:
CHAID/column.py 88.8% <89.74%> (+0.15%) :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...1587666. Read the comment docs.