-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Handle ppe for nc_parents
(Partial Dependency) and add tests
#437
Comments
nc_parents
nc_parents
and add tests
Just a clarification the problem is when we have partial dependence. Currently a case like pm.Normal('μ', mu=μ_mu, sigma=μ_sigma, dims="aa") is properly handle |
nc_parents
and add testsnc_parents
(Partial Dependency) and add tests
@aloctavodia Currently the pymc_string which is generated(definitely does not include x) is
Can you tell me what would be the pymc_string(approximate) which will be generated(a, z, x) which satisfies the target distribution? |
What would be the appropriate pymc string which will be generated for partial dependency which satisfies the target distribution? |
I will need to check this. But I think a proper way to find it out is to fit the model using PyMC (i.e. use pm.sample) and using a sample from |
Still checking, but I think we should expect a vector with values between ~0.5 and ~1. I would recommend that you try to get the function to work, in the sense it returns something and report back to me the results, so we can both discuss if they make sense. |
Description
The text was updated successfully, but these errors were encountered: