From b8bcae60aa4f0840f325e59c829ec6b45ab8c78e Mon Sep 17 00:00:00 2001 From: Sebastian Bruijns <sebastian.bruijns@tuebingen.mpg.de> Date: Tue, 8 Aug 2023 17:00:28 +0200 Subject: [PATCH] Update file README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42b4c75..90dbcf5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [](https://travis-ci.org/mattjj/pybasicbayes) -This is an edit to the existing pybasicbayes package by [Matt Johnson](https://github.com/mattjj), [Alex Wiltschko](https://github.com/alexbw), [Yarden Katz](https://github.com/yarden), [Nick Foti](https://github.com/nfoti), and [Scott Linderman](https://github.com/slinderman). It is specifically adapted for the purpose of implementing a HDP-HSMM (infinite hidden Markov model with duration distributions) with dynamic logistic regression as observation distributions. +This is an edit to the existing pybasicbayes package by [Matt Johnson](https://github.com/mattjj), [Alex Wiltschko](https://github.com/alexbw), [Yarden Katz](https://github.com/yarden), [Nick Foti](https://github.com/nfoti), and [Scott Linderman](https://github.com/slinderman). It is specifically adapted for the purpose of implementing an HDP-HSMM (infinite hidden Markov model with duration distributions) with dynamic logistic regression as observation distributions. Install together with sab_pyhsmm like this: -- GitLab