我读到它有一些数值稳定性错误,我想知道它是否准备好黄金时间。
答案 0 :(得分:2)
我决定在这里收集这些信息给那些可能在谷歌搜索的人。
如 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
一切顺利,
答案 1 :(得分:1)
如果发生数值稳定性问题,则可以轻松检测到:您将在输出中获得NaN
值和/或模型的拟合参数。