You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should benchmark the method similarly to the Pathfinder paper by running Pathfinder on many posteriordb models using code adapted from #94 (comment). We shouldn't do this in CI though, because the benchmarks would probably take a long time to run, but it would be nice to show the results in the docs and periodically re-run them.
We should look at how other packages like some in the SciML ecosystem do this.
The text was updated successfully, but these errors were encountered:
Now that PosteriorDB.jl has been registered, and BridgeStan is included in StanSample.jl, it should be quite straightforward to set up a Julia script that generates samples from posteriordb models using Pathfinder.
If we want the analysis to be similar to the Pathfinder paper, we should use 1-Wasserstein (aka earth mover) distance to compare the Pathfinder draws to the reference posterior draws in posteriordb, so we should see if this is available in the Julia ecosystem for multidimensional draws.
We should benchmark the method similarly to the Pathfinder paper by running Pathfinder on many posteriordb models using code adapted from #94 (comment). We shouldn't do this in CI though, because the benchmarks would probably take a long time to run, but it would be nice to show the results in the docs and periodically re-run them.
We should look at how other packages like some in the SciML ecosystem do this.
The text was updated successfully, but these errors were encountered: