hmmlearn
========

* Simple algorithms and models to learn HMMs (`Hidden Markov Models <https://en.wikipedia.org/wiki/Hidden_Markov_model>`_) in Python,
* Follows `scikit-learn <http://scikit-learn.org/stable/>`_ API as close as possible, but adapted to sequence data,
* Built on scikit-learn, NumPy, SciPy, and matplotlib,
* Open source, commercially usable --- `BSD license <http://opensource.org/licenses/BSD-3-Clause>`_.

.. _user_guide:

User guide: table of contents
=============================

.. toctree::
   :maxdepth: 2

   tutorial
   auto_examples/index
   api
   changelog