HIPS / pgmult

Dependent multinomials made easy: stick-breaking with the Pólya-gamma augmentation
MIT License
59 stars 22 forks source link

replaced old multinomial_par in StickbreakingDynamicTopicsLDA with mu… #14

Open SebastianBruijns opened 3 years ago

SebastianBruijns commented 3 years ago

…ltinomial

The from gslrandom import multinomial_par got updated to from gslrandom import multinomial, but I think you forgot to make the according change in the StickbreakingDynamicTopicsLDA code.