MemoryError In Python But Not IPython
Generally-can you think of any reason why this would happen (i.e. a MemoryError in Python but not in IPython (console--not notebook)?) To be more specific, I'm using sklearn's sgdc
Solution 1:
It sounds like you are hitting a limitation of the current implementation of the label binarizer: see issue #2441. There is PR #2458 to fix it.
Please feel free to try that branch and report your results as a comment to that PR.
Post a Comment for "MemoryError In Python But Not IPython"