You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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!
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?
The text was updated successfully, but these errors were encountered: