MansMeg / bayesbenchr

A bayesbench R package for quick posterior analysis
0 stars 0 forks source link

Specify model and data in config instead of posterior #4

Open eerolinna opened 5 years ago

eerolinna commented 5 years ago

Currently the config files are like this

- inference_engine: stan_vb
  posterior_name: "wells_centered-logistic"
  ...

We definitely want to keep this, but should we also be able to specify the config like this?

- inference_engine: stan_vb
  model_name: "logistic"
  dataset_name: "wells_centered"
  ...

Currently only the first config is possible, but there's really no technical obstacle to supporting both.

eerolinna commented 4 years ago

Any thoughts?

eerolinna commented 4 years ago

Thoughts?