-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Review potentially outdated docs #5538
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
Hi! @ricardoV94 has some very useful notes which I could build on top of. I will open a PR soon. |
Advanced_usage_of_Aesara_in_PyMC.rstI think we can remove it.
Tracking issue #5729 PyMC_And_Aesara.rstThis one is not in a terrible state, but should be expanded beyond describing how variables are used for the logp graph, to also explain how RandomVariables are used for the random graph, and how PyMC goes back and forth between those. That's probably where @juanitorduz would be contributing Shoud be replaced by #5721 Probability_Distributions.rstWe can replace this entirely by the new dev guide on how to develop new distributions and by updating this pymc-example: pymc-devs/pymc-examples#185 Gaussian_Processes.rstNot my expertise, perhaps @bwengals can chime in. Tracking issue #5720 |
I do have a working branch and notebook where I am trying to add comments and understand @ricardoV94 nice intro notebook. Nevertheless, I still have a long way to fully understand. Specifically, starting from section |
@juanitorduz no need to include any graph manipulation parts. You can also just open a PR with what you have and iterate from there :) |
For now I can add a disclaimer at the top stating its V3 specific and slated for an update |
Done: #5826 |
No, sounds good |
There are some files closely related to v3 internals that should be reviewed to choose if we want to update and keep them or get rid of them (and maybe write something similar but not the same from scratch).
Those files are:
The text was updated successfully, but these errors were encountered: