An open API service indexing awesome lists of open source software.

https://github.com/wlandau/targets-ohdsi

Presentation on {targets} to OHDSI
https://github.com/wlandau/targets-ohdsi

bayesian-statistics pipeline reproducibility rstats

Last synced: about 1 month ago
JSON representation

Presentation on {targets} to OHDSI

Awesome Lists containing this project

README

        

## Reproducible pipelines in R: `targets` and its ecosystemystem

The `targets` package is a pipeline toolkit for Statistics and data science in R. Pipelines with `targets` skip costly runtime for tasks that are already up to date, run the necessary computation with implicit parallel computing, and abstract files as R objects. In this way, `targets` enhances the reproducibility, scale, and maintainability of data science projects in computationally intense fields such as machine learning, Bayesian statistics, and statistical genomics. Domain-specific extensions to the package make it easier to write specialized pipelines, and Target Markdown leverages literate programming for pipeline specification. This talk overviews these capabilities, with an emphasis on Bayesian data analysis.

## Resources

Resource | Link
---|---
Slides |
Slide source |
Pipeline report |
Pipeline source |
`targets` |
Target Markdown |
`stantargets` |
Stan |
`cmdstanr` |
`posterior` |