Rambatino / CHAID

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

Py2 compat: add conditional dep #103

Closed mjpieters closed 4 years ago

mjpieters commented 4 years ago

Python 2.7 doesn't have the enum module, but the enum34 backport suffices here. Include it only when Python 2.7 is used.

Fixes #101

Rambatino commented 4 years ago

Thanks for this @mjpieters, will fix this circle CI issue and review this and the other issues/prs

Rambatino commented 4 years ago

Thank-you 🙏