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

sklearn error using version 0.24 #150

Open
unilight opened this issue Jul 12, 2021 · 0 comments
Open

sklearn error using version 0.24 #150

unilight opened this issue Jul 12, 2021 · 0 comments

Comments

@unilight
Copy link

For those encountering the following error:

Traceback (most recent call last):
  File "run_sprocket.py", line 36, in <module>
    from src import (convert, estimate_feature_statistics, estimate_twf_and_jnt,  # isort:skip # pylint: disable=C0413
  File "/mnt/md1/user_unilight/experiments/elvc-sprocket/example/src/convert.py", line 17, in <module>
    from sprocket.model import GV, F0statistics, GMMConvertor
  File "/mnt/md1/user_unilight/experiments/elvc-sprocket/sprocket/model/__init__.py", line 1, in <module>
    from .GMM import GMMTrainer, GMMConvertor
  File "/mnt/md1/user_unilight/experiments/elvc-sprocket/sprocket/model/GMM.py", line 6, in <module>
    from sklearn.mixture.gaussian_mixture import _compute_precision_cholesky
ModuleNotFoundError: No module named 'sklearn.mixture.gaussian_mixture'

I followed this link: https://stackoverflow.com/questions/57489266/modulenotfounderror-no-module-named-sklearn-mixture-gmm, and successfully avoided such an error after downgrading from 0.24 to 0.19.

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

1 participant