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 'ensemble_models' #3

Open
magnolini opened this issue Sep 17, 2024 · 1 comment
Open

No module named 'ensemble_models' #3

magnolini opened this issue Sep 17, 2024 · 1 comment

Comments

@magnolini
Copy link

I'm trying to do your tutorial but I'm having this error:
Traceback (most recent call last):
File ".../short-text-classification/main.py", line 17, in
from ensemble_models import SimplifiedStacking, SimplifiedWeightedBoost, WeightedEnsemble
ModuleNotFoundError: No module named 'ensemble_models'

I can't find this module anywhere, how can I solve this problem?

@FKarl
Copy link
Owner

FKarl commented Sep 17, 2024

Thank you for your message. The classes which are loaded here are in the Ensemble_models.py. This is most likely a refactor error as the file is capitalized but the import is lowercase. I can't fix it directly at the moment but probably only the import has to be capitalized. from Ensemble_models import ...

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