You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pandas method .iteritems() is now just called .items(), and in the latest version of pandas the old name no longer exists, so the code breaks. Could you replace the two occurrences in pyids/algorithms/ids_classifier.py?
The pandas method
.iteritems()is now just called.items(), and in the latest version of pandas the old name no longer exists, so the code breaks. Could you replace the two occurrences inpyids/algorithms/ids_classifier.py?