blackjax-devs / sampling-book

Tutorials and sampling algorithm comparisons
https://blackjax-devs.github.io/sampling-book
68 stars 13 forks source link

Add Pathfinder example #33

Closed yayami3 closed 1 year ago

yayami3 commented 1 year ago

Resolves blackjax-devs/blackjax#454

yayami3 commented 1 year ago

with pip install sklearn, import sklearn fails. this change might fix issue commented on https://github.com/blackjax-devs/sampling-book/pull/32#issuecomment-1385514301

yayami3 commented 1 year ago

with pip install sklearn, import sklearn fails.

this change might fix issue commented on https://github.com/blackjax-devs/sampling-book/pull/32#issuecomment-1385514301

It seems hierarchical BNN has more than one problem in its code. RMH example was built successfully due to the change.

rlouf commented 1 year ago

I'm going to take a look. Thank you for your help!