csinva / imodels

Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
https://csinva.io/imodels
MIT License
1.36k stars 121 forks source link

fix dedup of extracted rule candidates #87

Closed keyan3 closed 2 years ago

keyan3 commented 2 years ago

fixes #82. the previous deduplication code did not properly identify rules as duplicates of one another if the order of the antecedents was not identical.