Description Usage Arguments Examples
Run Bayesbench for a given set of configurations
1 2 3 4 | bayesbench_run(cfg)
bayesbench_bash_run(cfg, bash_folder = "temp_bayesbench",
processes = 1)
|
cfg |
a |
bash_folder |
Folder to write bash scripts to |
cores |
how many files to run (to start as differet processes) |
1 2 3 | path <- system.file("extdata", "examples", "test_8schools_advi.yml", package = "bayesbenchr")
cfg <- read_bayesbench_cfg_from_file(path)
# results <- bayesbench_run(cfg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.