pybasicbayes
pybasicbayes copied to clipboard
Trying to model some data with a negative binomial duration distribution...the /util/cstats/sample_crp_tablecounts function was failing because its second argument `integral[:,:] customers` was being passed in as a float. The numbers...
Thank you for your lovely work. My question is about `sample_gaussian`, which is a public function, both by convention (no leading underscore in the function name) and also by usage...
The `pybasicbayes` doesn't work with new version of `scipy`. You need to change the `from scipy.misc import logsumexp` to `from scipy.special import logsumexp`
hello! When I ran EM_demo.py, an error occurred,can you tell me what happened? The following is the wrong report: Traceback (most recent call last): File "/root/root/eyes/appone/tt6.py", line 55, in fitmodel.EM_fit()...
Hi, I am wondering if it is possible to fix some variables during the inference process. e.g. in `Regression`, - we already know some `sigma` for some outputs, - we...
When I try to compute the Viterbi_EM_fit() in an HMM model using DiagonalGaussian prior I get the error: ` n, muhat, sumsq = self._get_statistics(data) ValueError: too many values to unpack`...
With the newest version of numpy (v1.12.0) I get the following error when running the tests (and also when using pybasicbayes with the pyhsmm package): ====================================================================== ERROR: test_gaussian.TestGaussian.test_empirical_bayes ---------------------------------------------------------------------- Traceback...
Hi, Is it possible to fit Hierarchical Dirichlet Processes using pybasibayes or pyhsmm? I am interested on the HDP without the HMM component! many thanks in advance
Hi! Just to warn for an issue that happened to me, when using "if data" it was giving me an error because my data variable was a np.array. The issue...
The default download seems not to have this name available in pybasicbayes.distributions, and the latest version does not either. The failure is under python3. Under python2 the import works.