Dagger.jl
Dagger.jl copied to clipboard
Using Dagger in an epidemiological analysis: visualising an implied DAG and other examples of usage
Hi everyone,
I'm implementing an analysis batch for an epidemiological modelling package https://github.com/CDCgov/Rt-without-renewal/tree/main/pipeline .
We're wondering if there is a functionality for graph plotting a DAG after it has been implied (e.g. by using Dagger.@spawn
to generate a number of Thunk
s)? I've noted DaggerWebDash
but it would be much easier to parse if there was a complete tutorial example of a workflow and/or some links to example usage in the Julia community.