我读到它有一些数值稳定性错误,我想知道它是否为黄金时段做好了准备。
我决定在这里收集这些信息,以供可能在谷歌上搜索时崩溃的人使用。
正如scikit的文档中所述,隐马尔可夫模型的模块现在被弃用:
Warning The sklearn.hmm module has now been deprecated due to it no longer matching the scope and the API of the project. It is scheduled for removal in the 0.17 release of the project.
现在是一个单独的项目,你可以在github:中找到
https://github.com/hmmlearn/hmmlearn
最好的,
如果发生数值稳定性问题,可以很容易地检测到:您将在输出和/或模型的拟合参数中获得NaN
值。