What's a good Python HMM library?
I've looked at hmmlearn but I'm not sure if it's the best one.
Category Data Science
I've looked at hmmlearn but I'm not sure if it's the best one.
Category Data Science
SKLearn has an amazing array of HMM implementations, and because the library is very heavily used, odds are you can find tutorials and other StackOverflow comments about it, so definitely a good start.
http://scikit-learn.sourceforge.net/stable/modules/hmm.html
PS: Right now its outdated in June 2019
As of July 2019 you can use hmmlearn (pip3 install hmmlearn
)
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.