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

Train a SemiSupervisedIOHMM #39

Open
tasnubajamal opened this issue Apr 18, 2023 · 3 comments
Open

Train a SemiSupervisedIOHMM #39

tasnubajamal opened this issue Apr 18, 2023 · 3 comments

Comments

@tasnubajamal
Copy link

I was using SemiSupervisedIOHMM from IOHMM package, but I got an error which is "ValueError: too many values to unpack (expected 2)". To understand the problem I ran your code (https://github.com/Mogeng/IOHMM/blob/master/examples/notebooks/SemiSupervisedIOHMM.ipynb) on your given data (https://github.com/Mogeng/IOHMM/blob/master/examples/data/speed.csv), and again got the same error. Could you please help me with this?

@chenliangpeng
Copy link

@tasnubajamal Hi, I am also facing the same problem. I was able to run the exact same code successfully last year, but I am not sure why it's not working now.

@Mogeng
Copy link
Owner

Mogeng commented May 1, 2023

Thanks @tasnubajamal and @chenliangpeng for reporting the issue and thanks @edeno for resolving the issue. This is due to sklearn package update. I updated the package. You can uninstall the original IOHMM package and reinstall the latest version 0.0.7. Please let me know if the issue is not resolved. Thanks for using this package!

@tasnubajamal
Copy link
Author

Thank you so much @Mogeng for your help!

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

3 participants