IOHMM icon indicating copy to clipboard operation
IOHMM copied to clipboard

Train a SemiSupervisedIOHMM

Open tasnubajamal opened this issue 2 years ago • 3 comments

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?

tasnubajamal avatar Apr 18 '23 21:04 tasnubajamal

@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.

chenliangpeng avatar Apr 19 '23 04:04 chenliangpeng

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!

Mogeng avatar May 01 '23 06:05 Mogeng

Thank you so much @Mogeng for your help!

tasnubajamal avatar Dec 03 '23 18:12 tasnubajamal