These seem like reasonable default names that we can use. So the user can specify:
webppl(myProgram, inference_opts = list(...), data = data.frame(x = c(...), y = c(...))), with the model in Webppl called "model" and the data called "data", and everything should run fine.
These seem like reasonable default names that we can use. So the user can specify:
webppl(myProgram, inference_opts = list(...), data = data.frame(x = c(...), y = c(...)))
, with the model in Webppl called "model" and the data called "data", and everything should run fine.