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 'wrench.classification.self_training' #3

Closed
andreaspung opened this issue Oct 13, 2021 · 3 comments
Closed

No module named 'wrench.classification.self_training' #3

andreaspung opened this issue Oct 13, 2021 · 3 comments

Comments

@andreaspung
Copy link

Hi, I am trying to run run_denoise.py but I am getting the following error:

Traceback (most recent call last):
  File "run_denoise.py", line 5, in <module>
    from wrench.classification import Denoise
  File "/gpfs/space/home/wrench/wrench/classification/__init__.py", line 4, in <module>
    from .self_training import LDSelfTrain, DDSelfTrain
ModuleNotFoundError: No module named 'wrench.classification.self_training'

Could you please add LDSelfTrain and DDSelfTrain classes?

@JieyuZ2
Copy link
Owner

JieyuZ2 commented Oct 13, 2021

@andreaspung hey really sry! You could just delete the line 4 in wrench/classification/init.py, these two model haven’t been ready but will be released soon!

@JieyuZ2
Copy link
Owner

JieyuZ2 commented Oct 14, 2021

fixed in latest push

@JieyuZ2 JieyuZ2 closed this as completed Oct 14, 2021
@andreaspung
Copy link
Author

Hi Jieyu, thank you! It works now 👍

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