TuringLang / docs

Documentation and tutorials for the Turing language
https://turinglang.org/docs/
MIT License
229 stars 99 forks source link

Question: Adding a multilevel(Hierarchical model) tutorial #321

Open ajinkya-k opened 2 years ago

ajinkya-k commented 2 years ago

Question on: https://github.com/TuringLang/Turing.jl/edit/master/docs/_tutorials/index.md

I was wondering if the project is accepting tutorial submissions. I have a multilevel model tutorial which i may be able to contribute. If this is okay, I can write it up in a little detail and submit it to the documentation?

rikhuijzer commented 2 years ago

It's best to wait for https://github.com/TuringLang/turing.ml/pull/26 to be merged (cc @devmotion). Till that time, the build isn't automated and new submissions have a lower priority over getting old tutorials to work.

At the same time, there are some Turing multilevel models available at, for example, https://statisticalrethinkingjulia.github.io/TuringModels.jl/ and other places. And searching a bit should allow for finding many more since they are used quite a lot.