Closed kmike closed 8 years ago
Python 2.7 and Python 3.5 tests are failing on Travis, but failures don't look related to the PR; Python 3.4 passes on Travis.
I've relaunched Travis, lets see what happens
weird, it now fails with the same error as https://travis-ci.org/scikit-learn-contrib/lightning/jobs/171807463, but in a different environment
OK I fixed a bug that I introduced in my recent pull request, lets see if now tests pass
all tests pass now :-)
This looks good to me. I'll give @mblondel some time to give his opinion.
Thanks for your contribution!
LGTM.
Could you also take a look at #18?
2 LGTM = merge :-)
Thanks!
@mblondel sorry; I may take a look at it at some point in future, but not right now.
Sure, no worries. I was just trying to motivate someone to fix a long-standing issue :b
@mblondel : are you OK if I make a quick release ASAP?
@fabianp Sure, thanks for doing this!
In scikit-learn when predit_proba method is not available, AttributeError is raised instead of NotImplementedError. In this PR: