Daniel Lakeland
Daniel Lakeland
Hi there. I'm really interested in helping to improve the documentation. I pretty much reach for Turing as my first (and usually only) line for Bayesian inference. And have developed...
Hi @torfjelde, let me try to get just the basics down first :-) which repo has the docs for the website turing.ml ? It looks like it's the Turing.jl repo,...
Haven't forgotten this project! Though I'm not excited about installing Jekyll and such on my desktop machine, I'm still up for working on some of the documentation. I've been working...
Some other thoughts I've had: 1) How do you get a list of model variables? How can you determine if a variable is discrete or continuous? 2) How does @addlogprob!...
Thanks Cameron. After reading the docs multiple times this never really came through as an option. How can we make this more obvious and discoverable? Perhaps especially putting it in...
Hi was just burned by this confusion this morning while writing a tutorial. Do we have a simple solution? Right now I'm just converting my Dates to string before writing...
Note that it seems to occur even if the vectors have no missing values, so long as their type is something like Vector{Union{Missing,Float64}} so stripping missings manually isn't enough, you...