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

No module named 'irf' #5

Closed CoteDave closed 3 years ago

CoteDave commented 3 years ago

for the IRFClassifier, there seems to have a missing file (irf)

from irf.ensemble import wrf ModuleNotFoundError: No module named 'irf'

When I look in the source files, this file does not exists.

Thanks!

csinva commented 3 years ago

Thanks for trying out the package! Sorry about that - we had accidentally commented this out of the dependencies during testing.

This is currently a dependency which can be installed by running pip install git+https://github.com/Yu-Group/iterative-Random-Forest (or rerunning the pip install for the imodels package).

We're currently working on integrating this in more cleanly!