hmmlearn 0.3.2
0
Hidden Markov Models in Python with scikit-learn like API
Contents
Hidden Markov Models in Python with scikit-learn like API
Stars: 3032, Watchers: 3032, Forks: 737, Open Issues: 70The hmmlearn/hmmlearn
repo was created 10 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 3032 github stars!
How to Install hmmlearn
You can install hmmlearn using pip
pip install hmmlearn
or add it to a project with poetry
poetry add hmmlearn
Package Details
- Author
- License
- new BSD
- Homepage
- https://github.com/hmmlearn/hmmlearn
- PyPi:
- https://pypi.org/project/hmmlearn/
- GitHub Repo:
- https://github.com/hmmlearn/hmmlearn
Classifiers
- Scientific/Engineering
- Software Development
Related Packages
Errors
A list of common hmmlearn errors.
Code Examples
Here are some hmmlearn
code examples and snippets.
GitHub Issues
The hmmlearn package has 70 open issues on GitHub
- Make BaseHMM public.
- Parallelize
fit
andscore_batches
with joblib - add score_batches method which returns a list of scores
- Make examples/benchmark.py have reproducible runs
- Multinomial Implementation, in progress
- Rename MultinominalHMM to CategoricalHMM