ProbabilityModels.jl
ProbabilityModels.jl copied to clipboard
Example in the README is not working.
Tried running the example in the README. Unable install few of the dependencies. How to get this working?
It hasn't worked since early/mid November 2019, relying on (at that time) unregistered dependencies. Getting it to work wouldn't be trivial, but perhaps picking a date from early November 2019, and then finding a commit from that time of each of its dependencies should work.
I'd like to revive this some day, but it wouldn't be anytime soon.
Prerequisites for a revival would be:
- Get LoopVectorization to 1.0, which will require a rewrite.
- Get AD working for it, e.g. following the approach from here: https://github.com/chriselrod/ReverseDiffExpressions.jl/issues/2
This would allow supporting a much broader array of expressions than it did before.