hmmlearn/hmmlearn
Hidden Markov Models in Python, with scikit-learn like API observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4546
- days_rel: n/a
- days_push: 671
- n_releases_24m: 0
Adoption not part of the score
3416 stars · 757 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
hmmlearn is a Python library providing algorithms for unsupervised learning and inference of Hidden Markov Models, with an API modeled on scikit-learn. It is now in limited-maintenance mode.
Use cases
- fit hidden markov models to sequence data in python
- unsupervised learning of HMM parameters
- predict hidden states for time series
- scikit-learn style API for HMMs
- model sequential data with Gaussian or categorical emissions
- segment time series into hidden regimes
When to choose
- you need HMM training and inference in Python with a familiar scikit-learn-like fit/predict API
- you want unsupervised estimation of HMM parameters from observation sequences
When to avoid
- you need supervised HMM learning (use seqlearn instead)
- you need actively developed features or rapid bug fixes, since the project is in limited-maintenance mode
- you need modern sequence models like RNNs or transformers
Facets
library · maturity maintenance
machine-learning data-science machine-learning data-science python cross-platform hidden-markov-models scikit-learn time-series unsupervised-learning sequence-modeling algorithms
2 sources
- readme: https://github.com/hmmlearn/hmmlearn · fetched 2026-08-28 · 1ebb355e4d53
- registry_pypi: https://pypi.org/pypi/hmmlearn/json · fetched 2026-08-29 · 4b9d00b76006
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hmmlearn/hmmlearn | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="hmmlearn/hmmlearn")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem