Train a SemiSupervisedIOHMM
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 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.
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!
Thank you so much @Mogeng for your help!