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
Exception has occurred: ModuleNotFoundError
No module named 'sklearn.feature_selection.from_model'
File "C:\Users\user\Desktop\Japanator flask 00\Tomo_app_update-japan_db_update_latest with GUI 00\Tomo_app_update-japan_db_update OK\routes\Japanese\conjugateEng.py", line 12, in
default_conjugator = mlconjug.Conjugator(language='fr')
Tried uninstall and reinstall via pip and pip3 on windows 10
The text was updated successfully, but these errors were encountered:
Description
I tried running the mlconjug test sample:
To use mlconjug with the default parameters and a pre-trained conjugation model.
default_conjugator = mlconjug.Conjugator(language='fr')
What I Did
Exception has occurred: ModuleNotFoundError
No module named 'sklearn.feature_selection.from_model'
File "C:\Users\user\Desktop\Japanator flask 00\Tomo_app_update-japan_db_update_latest with GUI 00\Tomo_app_update-japan_db_update OK\routes\Japanese\conjugateEng.py", line 12, in
default_conjugator = mlconjug.Conjugator(language='fr')
Tried uninstall and reinstall via pip and pip3 on windows 10
The text was updated successfully, but these errors were encountered: