You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 ...
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?
The text was updated successfully, but these errors were encountered: