Rambatino / CHAID

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

Prior Nodes #126

Closed dyaters68 closed 2 years ago

dyaters68 commented 2 years ago

is there a way to get the prior (parent node) for each node on the --rules ?

Rambatino commented 2 years ago

Something like:

  tree[rules[0]['node']].parent

?

dyaters68 commented 2 years ago

thank you. I didnt see that option