meeliskull / prg

Software to create Precision-Recall-Gain curves and calculate area under the curve
38 stars 18 forks source link

Fix python 3.5 problems #3

Closed JohnReid closed 8 years ago

JohnReid commented 8 years ago

I had problems using the python package with python 3.5. I used autopep8 to fix the spaces/indents and now it works. I also found it more useful to return the figures from the plot routines. As an aside I didn't see how to raise an issue on github. Have you disabled this for this repository? And of course thanks for the code, it is very helpful.

meeliskull commented 8 years ago

Thanks a lot for your contribution, and apologies for code not working in python 3.5. I had tested it earlier in python 3 but not after the last commit. The new version 0.1.1b5 is now up at PyPI as well. Also, I ticked the box in the prg project settings to enable issues.