Open eerolinna opened 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.
Any thoughts?
Thoughts?
Currently the config files are like this
We definitely want to keep this, but should we also be able to specify the config like this?
Currently only the first config is possible, but there's really no technical obstacle to supporting both.