-
Notifications
You must be signed in to change notification settings - Fork 174
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
libact.query_strategies._variance_reduction is missing #144
Comments
Did you install the package correctly through It seems you didn't compile the source code for variance reduction. |
I have followed the same and the last line
Then I tried to run,
|
Could you try to reinstall the package? |
Yes, I have tried them too.
|
I mean remove libact completely and reinstall it. |
Tried that one and this one #138 too. But out of luck. |
this line of code does not work
from libact.query_strategies._variance_reduction import estVar
because the _variance_reduction module is missing
The text was updated successfully, but these errors were encountered: