Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'irf' #5

Closed
CoteDave opened this issue Sep 28, 2020 · 1 comment
Closed

No module named 'irf' #5

CoteDave opened this issue Sep 28, 2020 · 1 comment

Comments

@CoteDave
Copy link

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
Copy link
Owner

csinva commented Sep 28, 2020

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!

@csinva csinva closed this as completed Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants