pyhsmm icon indicating copy to clipboard operation
pyhsmm copied to clipboard

Results 46 pyhsmm issues
Sort by recently updated
recently updated
newest added

Basically I was wondering if it`s possible to repeat the routine demonstrated in examples/hsmm.py with SVI training not sampling. The other examples used the possible change point models which are...

question

Hello, First, I wanted to point out that the current version of numpy (1.12.0) raises the following issue when using your code: https://github.com/rbgirshick/py-faster-rcnn/issues/481. I used numpy 1.11.0 for the time...

The plotting functionality plots the first two dimensions of the observation data. For the gaussian observation distributions, it plots a projection on a random basis (in [pybasicbayes](https://github.com/mattjj/pybasicbayes/blob/master/pybasicbayes/distributions/gaussian.py#L111) ). Therefore, the...

enhancement

I run the HSMM meanfiled demo example, but a fault produces. > root@bd63:/home/exppy2/pyhsmm/examples# python hsmm-possiblechangepoints-meanfield.py > Segmentation fault This fault occurs in line 38 of script pyhsmm/examples/hsmm-possiblechangepoints-meanfield.py > truemodel.plot() and...

Hi, Would it make sense to have some sort of multi-chain class that could wrap multiple models (potentially running in parallel) and check convergence of the parameter estimates? I think...

Hi everyone, thank you for this repository. It is very helpful. However, I am having trouble understanding the WeakLimitHDPHSMM function. As far as I understand it is an adaptation of...