Rambatino / CHAID

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

Convert to Python3 #62

Closed ralic closed 7 years ago

ralic commented 7 years ago

using : find . -name '*.py' | xargs 2to3 -w

xulaus commented 7 years ago

Most of these changes seem to be adding list on iterators which don't need it, or on print statements that are already bracketed. I thought we were already running the test suite on Python 3 too, so it should already be python 3 compatible. @Rambatino Can you confirm?

ralic commented 7 years ago

This package was already python3 compatible. Please have my apology for sending this pr.