Skip to content

Infinite Hidden Markov Models for Julia.

License

Notifications You must be signed in to change notification settings

SmartMonitoringSchemes/HDPHMM.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Infinite Hidden Markov Models for Julia.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> registry add https://github.com/SmartMonitoringSchemes/Registry
pkg> add HDPHMM

Python bindings

To install the Python bindings (requires a working Julia installation):

pip install git+https://github.com/SmartMonitoringSchemes/HDPHMM.jl.git
python -c 'import hdphmm; hdphmm.install()'

Documentation

For the Julia package, see test/.
For the Python bindings, see python/tests/test_hdphmm.py.

Project Status

The package is tested against Julia 1.5

Questions and Contributions

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems.

Logo: infinite by Knut M. Synstad from the Noun Project.

About

Infinite Hidden Markov Models for Julia.

Resources

License

Stars

Watchers

Forks