Metadata-Version: 2.1
Name: pyhhmm
Version: 2.0.1
Summary: Python implementation of HMM with labels
Author: Emese Sukei and Fernando Moreno-Pino
Author-email: esukei@tsc.uc3m.es
Project-URL: Documentation, https://pyhhmm.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/fmorenopino/HeterogeneousHMM/
Project-URL: Bug Reports, https://github.com/fmorenopino/HeterogeneousHMM/issues
Keywords: HMM,Discrete emissions,Gaussian emissions,Mixed emissions
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python 
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: prettytable
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
