scikit-learn/doc/modules/hmm.rst

20 lines
524 B
ReStructuredText

====================
Hidden Markov Models
====================
.. warning::
This module is not actively maintained and might be removed in a future
release. If you are interested in working on this module, please contact
the mailing list.
.. currentmodule:: sklearn.hmm
Classes in this module include :class:`GaussianHMM`, :class:`MultinomalHMM`
and :class:`GMMHMM`. There's currently no narrative documentation for this
module, you can help by expanding it, see section
:ref:`contribute_documentation` .