You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that monad-bayes has been released on Hackage, and the documentation and the API has been updated, we will focus on adding new features. See the Github issues to get a sense of what is being prepared, and please feel free to make requests.
Background
The basis for the code in this repository is the ICFP 2018 paper [2]. For the
code associated with the Haskell2015 paper [1], see the haskell2015
tag.
[1] Adam M. Ścibior, Zoubin Ghahramani, and Andrew D. Gordon. 2015. Practical
probabilistic programming with monads. In Proceedings of the
2015 ACM SIGPLAN Symposium on Haskell (Haskell ’15), Association for Computing
Machinery, Vancouver, BC, Canada, 165–176.
Run nix develop --system x86_64-darwin --extra-experimental-features nix-command --extra-experimental-features flakes - this should open a nix shell. For Linux use x86_64-linux for --system option instead.
Run jupyter-lab from the nix shell to load the notebooks.
Your mileage may vary.
About
A library for probabilistic programming in Haskell.