Rambatino / CHAID

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

Issue with members property #107

Closed surendraatgithub-zz closed 4 years ago

surendraatgithub-zz commented 4 years ago

Issue with members property i.e. node_obj = CHAID.Node() print(node_obj) or node_obj.repr() fails because members property expects dep_v to be not none. If dep_v is mandatory then default value should be removed in init.

Rambatino commented 4 years ago

Not sure I follow.

Are you able to leave a reproducible example?

Thanks!

surendraatgithub-zz commented 4 years ago

Sure will do

Sent from my iPhone

On 21 Feb 2020, at 16:48, Mark Ramotowski notifications@github.com wrote:

Not sure I follow.

Are you able to leave a reproducible example.

Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Rambatino commented 4 years ago

@surendraatgithub I'm going to close this due to inactivity.

If you're able to get a reproducible example, please feel free to open a new Issue with that.