Rambatino / CHAID

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

min_child_node_size defaults to None #44

Closed Rambatino closed 7 years ago

Rambatino commented 7 years ago

min_child_node_size defaults to 0 so that it doesn't break current API at version 2. This is inconsistent with min_parent_node_size and will thus have to be changed come version 3