1.安装依赖包hmmlearn

直接pip install hmmlearn可能会报错(安装这个模块需要使用C环境编译)

可以尝试用 conda install -c omnia hmmlearn安装。

2.详细关于HMM的知识可以看这篇博客

05-16 07:14