-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
DOCS: explain Compound Step in sampling #2083
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
Comments
Does anyone have any resources that could help with this? |
I have drafted a notebook explaining this, following a similar discussion on discourse: https://github.com/junpenglao/Planet_Sakaar_Data_Science/blob/master/PyMC3QnA/CompoundStep_Explained.ipynb |
Hi, I want to try to work on this as my first issue. Is it okay? Thanks! |
Absolutely! If you have any additional question feel free to post it on discourse. |
I wrote some explanation in the sample function (PR #3014) and please let me know if there's any improvement I could make! Thank you! |
close via #3014 |
Currently, there is no information on the compound step method.
There are some examples here and there in the docs, which using a compound step assignment
step = [step1, step2]
. However, is it unclear:The text was updated successfully, but these errors were encountered: