TeamHG-Memex / eli5

A library for debugging/inspecting machine learning classifiers and explaining their predictions
http://eli5.readthedocs.io
MIT License
2.76k stars 332 forks source link

python2 support #258

Closed derenrich closed 6 years ago

derenrich commented 6 years ago

version 0.8 dropped python 2 support it seems. was that intentional?

lopuhin commented 6 years ago

@derenrich we don't intend to drop python2 support, and the python build for 0.8 passed: https://travis-ci.org/TeamHG-Memex/eli5/builds/296961729

Did you get any errors related to python2?

derenrich commented 6 years ago

oh I'm an idiot was looking at the wrong thing. you are correct though there does appear to be a different issue (though I'll investigate more thoroughly this time first before reporting)