Hidden Markov Models in Python with scikit-learn like API
Project Links
Meta
Author: David Cournapeau, Fabian Pedregosa, Gael Varoquaux, Sergei Lebedev, Antony Lee, Matthew Danielson
Requires Python: >=3.8
Classifiers
Development Status
- 3 - Alpha
License
- OSI Approved :: BSD License
Intended Audience
- Developers
- Science/Research
Topic
- Software Development
- Scientific/Engineering
Programming Language
- Python
- Python :: 3
hmmlearn
hmmlearn is a set of algorithms for unsupervised learning and inference of Hidden Markov Models. For supervised learning learning of HMMs and similar models see seqlearn.
Note: This package is under limited-maintenance mode.
Important links
Official source code repo: https://github.com/hmmlearn/hmmlearn
HTML documentation (stable release): https://hmmlearn.readthedocs.org/en/stable
HTML documentation (development version): https://hmmlearn.readthedocs.org/en/latest
Dependencies
The required dependencies to use hmmlearn are
Python >= 3.6
NumPy >= 1.10
scikit-learn >= 0.16
You also need Matplotlib >= 1.1.1 to run the examples and pytest >= 2.6.0 to run the tests.
Installation
Requires a C compiler and Python headers.
To install from PyPI:
pip install --upgrade --user hmmlearn
To install from the repo:
pip install --user git+https://github.com/hmmlearn/hmmlearn
Oct 31, 2024
0.3.3
Mar 02, 2024
0.3.2
Apr 18, 2023
0.3.0
Sep 26, 2022
0.2.8
Feb 10, 2022
0.2.7
Jul 18, 2021
0.2.6
Feb 03, 2021
0.2.5
Sep 12, 2020
0.2.4
Dec 17, 2019
0.2.3
May 06, 2019
0.2.2
Oct 17, 2018
0.2.1
Mar 01, 2016
0.2.0
Feb 09, 2015
0.1.1