-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyMC4 development tasks #126
Comments
@ferrine, what would be an updated status on the tasks here? Some refer to the multi backend things that were discarded later. The executors now work and are tested but I don't know if there are tests against a scipy model. The transformed API seems to be inplace but I don't know if there are transformations that should still be tested. Currently, the forward sampler for posterior predictive samples needs to be aware of autotransformed variables, and does so by relying on what the transformed executor does. |
Updated |
I think we can add some more input to the board |
PyMC4 developer taskboard
Efforts in implementing pymc4 are not single person, so we need a place to sync our progress on this. This issue should be the place where we communicate, update status of every task on a regular basis.
Max
Saurav Implement Tensorflow backend and make forward sampling working.
do
operator works correctly. This is the core inobserved
API (not yet discussed, should be possible with a prototype, but verbose)Max Decide on Transforms API. Should be independent from (1.).
3.1 I'd prefer it can accept both list arguments with predefined list of names or dictionary of values.
3.2 This function should raise an error if we forget any of variables in the graph.
3.3 should not be aware about the backend
The text was updated successfully, but these errors were encountered: