Rambatino / CHAID

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

Issue 19: Use bincount instead of unique #30

Closed xulaus closed 7 years ago

xulaus commented 8 years ago

This solves issue #19, resulting in expected speed boosts and lower version numpy dependency.

Rambatino commented 8 years ago

@xulaus when you're back we'll get this in. Seems like some solid work. We'll rebase it onto master and then update the new code too.

Rambatino commented 7 years ago

Can you incorporate this into the ordinal variables branch?

xulaus commented 7 years ago

This is way old, I'm killing it