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

hmmlearn is not working on google colab #932

Open
kundusarnav opened this issue Jun 20, 2021 · 1 comment
Open

hmmlearn is not working on google colab #932

kundusarnav opened this issue Jun 20, 2021 · 1 comment

Comments

@kundusarnav
Copy link

kundusarnav commented Jun 20, 2021

I used the following import statement to import hmm:
from hmmlearn import hmm

And I am getting all these:

ModuleNotFoundError Traceback (most recent call last)
in ()
4 import matplotlib.pyplot as plt
5 import os
----> 6 from hmmlearn import hmm
7 warnings.filterwarnings("ignore", category=DeprecationWarning)
8 NUM_TEST = 100

ModuleNotFoundError: No module named 'hmmlearn'


Please help me.

@shenzj1994
Copy link

Hmm I think you are commenting it on the wrong page.
Hmmlearn is here:
https://github.com/hmmlearn/hmmlearn

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