scikit-learn-contrib / skope-rules

machine learning with logical rules in Python
http://skope-rules.readthedocs.io
Other
599 stars 96 forks source link

Fix broken import in skope_rules.py in 3.10 #61

Closed Phylliade closed 1 year ago

Phylliade commented 1 year ago

Due to the removal of Iterable from collections, skrules/skope_rules.py cannot be imported under Python 3.10. This PR fixes this issue

datajms commented 1 year ago

Thanks for PR and review. Merging into master.