SurvivalAnalysis.jl
SurvivalAnalysis.jl copied to clipboard
Add Bayesian interface to Turing.jl
Do you want to add it to Turing? And then just call it in SurvivalAnalysis.jl
?
Or do you want to develop it as part of SurvivalAnalysis.jl
with Turing.jl
?
Hey so that's an open question into what the integration effectively looks like. My current thinking is maybe a bridge package like SurvivalBayesian.jl which depends on both SurvivalAnalysis.jl and Turing.jl and basically is just glue code to build models
My only concern is that if we build too many packages, each package's maintenance could be a headache. So SurvivalBayesian.jl
could be part of your SurvivalAnalysis.jl
. Of course, it will depend on both SurvivalAnalysis.jl
and Turing.jl
. We can simply use include(SurvivalBayesian.jl)
in the main module of SurvivalAnalysis.jl
. Let me know your thought.
Agreed - I'll give some more background tomorrow and then summarise our chat here
Wonderful. Looking forward to our discussion tomorrow.
Thanks also adding this discussion from discourse