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

Issues importing BoostedRulesClassifier #24

Closed ukamath closed 3 years ago

ukamath commented 3 years ago

Hi I updated my imodels thorugh pip3 install --upgrade imodels to get the new BoostedRuleSetClassifier. When I run the notebook I get this cannot import name 'BoostedRulesClassifier' from 'imodels' (/Users/user/opt/anaconda3/lib/python3.7/site-packages/imodels/init.py)

pkg_resources.get_distribution('imodels').version '0.2.5'

Any clue?

ukamath commented 3 years ago

Resolved, had issues with upgrade.