Stack-Overflow-Competition icon indicating copy to clipboard operation
Stack-Overflow-Competition copied to clipboard

updates for latest versions

Open kyleiwaniec opened this issue 8 years ago • 0 comments

Thank you for making this code available. Not sure if you are updating this repository. A couple minor changes I had to make to make things work in the latest versions of numpy and RandomForestClassifier

AttributeError: 'numpy.timedelta64' object has no attribute 'total_seconds'

>>> numpy.version.version
'1.10.4'

3.2.4.3.1. sklearn.ensemble.RandomForestClassifier no longer supports compute_importances parameter

kyleiwaniec avatar Mar 19 '16 20:03 kyleiwaniec