jmschrei / pomegranate

Fast, flexible and easy to use probabilistic modelling in Python.
http://pomegranate.readthedocs.org/en/latest/
MIT License
3.35k stars 589 forks source link

Non stationnary HMM #1001

Closed ngobibibnbe closed 1 year ago

ngobibibnbe commented 1 year ago

I am interested in building a non stationnary HMM with pomegranate, and I was wondering if it was possible to do so. While reading your documentation it's not mentioned any way to do it. Could you please provide a guide on how it could be possible to do so?

jmschrei commented 1 year ago

Unfortunately, non-stationary HMMs are not currently implemented.