Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
| |GitHub| |PyPI| | |Read the Docs| |Build| |CodeCov|
.. |GitHub| image:: https://img.shields.io/badge/github-hmmlearn%2Fhmmlearn-brightgreen :target: https://github.com/hmmlearn/hmmlearn .. |PyPI| image:: https://img.shields.io/pypi/v/hmmlearn.svg?color=brightgreen :target: https://pypi.python.org/pypi/hmmlearn .. |Read the Docs| image:: https://readthedocs.org/projects/hmmlearn/badge/?version=latest :target: http://hmmlearn.readthedocs.io/en/latest/?badge=latest .. |Build| image:: https://img.shields.io/github/actions/workflow/status/hmmlearn/hmmlearn/build.yml?branch=main :target: https://github.com/hmmlearn/hmmlearn/actions .. |CodeCov| image:: https://img.shields.io/codecov/c/github/hmmlearn/hmmlearn :target: https://codecov.io/gh/hmmlearn/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_.
.. _seqlearn: https://github.com/larsmans/seqlearn
Note: This package is under limited-maintenance mode.
The required dependencies to use hmmlearn are
You also need Matplotlib >= 1.1.1 to run the examples and pytest >= 2.6.0 to run the tests.
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
FAQs
Hidden Markov Models in Python with scikit-learn like API
We found that hmmlearn demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.