scikit-learn-contrib / lightning

Large-scale linear classification, regression and ranking in Python
https://contrib.scikit-learn.org/lightning/
1.73k stars 214 forks source link

Target Python 3 #26

Closed jseabold closed 9 years ago

jseabold commented 9 years ago

Doesn't look like there's much that's not 3 compatible. Could use 2to3 as path of least resistance.

mblondel commented 9 years ago

That would indeed be nice. Continuous integration (see issue #28) would also be useful to make sure Python3 compatibility is preserved after every commit.

mblondel commented 9 years ago

Fixed in #35.