0

我读到它有一些数值稳定性错误,我想知道它是否已准备好迎接黄金时段。

4

2 回答 2

2

我决定在这里为可能在谷歌搜索时崩溃的人收集这些信息。

如scikit的文档中所述,现在不推荐使用 Hidden Markov Models 的模块:

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

一切顺利,

于 2015-04-16T16:40:58.103 回答
1

如果发生数值稳定性问题,可以很容易地检测到它们:您将NaN在输出和/或模型的拟合参数中获得值。

于 2013-07-02T08:24:26.960 回答