Skip to content

[DOC] PyMC, Aesara and Aeppl intro notebook #5721

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

Merged
merged 33 commits into from
Jun 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
27e3d11
add raw version of the notebook
juanitorduz Mar 30, 2022
5546ab4
first section on aesara
juanitorduz Apr 1, 2022
3c38ca7
random variables section
juanitorduz Apr 1, 2022
839495d
update
juanitorduz Apr 20, 2022
a5a916c
Merge branch 'main' into docs/aesara_pymc_nb
juanitorduz Apr 20, 2022
54b2e69
prune notebook
juanitorduz Apr 22, 2022
3102c80
add intro section and simple examples
juanitorduz Apr 23, 2022
6391253
rename nb and add section on intro aesara graphs
juanitorduz Apr 23, 2022
b90c44e
add random samples section
juanitorduz Apr 26, 2022
ee068d7
improve notation
juanitorduz May 2, 2022
779beca
clean notebook and extract main sections [WIP]
juanitorduz Jun 3, 2022
fecb774
Merge branch 'main' into docs/aesara_pymc_nb
juanitorduz Jun 3, 2022
28d7bca
fix suggestions part 1
juanitorduz Jun 3, 2022
913b822
fix suggestions part 2
juanitorduz Jun 3, 2022
b85cefc
fix suggestions part 3
juanitorduz Jun 3, 2022
b0781cf
fix suggestions part 3
juanitorduz Jun 3, 2022
c1dcc89
move notebook to right folder
juanitorduz Jun 3, 2022
1318f24
remove links
juanitorduz Jun 3, 2022
54841a3
remove links and typos
juanitorduz Jun 3, 2022
b72d921
Merge branch 'main' into docs/aesara_pymc_nb
juanitorduz Jun 4, 2022
fe4ca51
fix suggestions n + 1 XD
juanitorduz Jun 4, 2022
af34f1b
address further comments
juanitorduz Jun 4, 2022
2ae350d
fix content feedback
juanitorduz Jun 5, 2022
ab1f5a5
style corrections part 1
juanitorduz Jun 5, 2022
f3bed95
attempt to adds cross-references
juanitorduz Jun 5, 2022
dce8e91
fix methods references
juanitorduz Jun 5, 2022
ba6cf14
add some cross-references [WIP]
juanitorduz Jun 6, 2022
490186d
more formating and final comments
juanitorduz Jun 6, 2022
57634f7
Present pm.logp before model utilities
ricardoV94 Jun 6, 2022
52f5201
Fix some references and minor changes
ricardoV94 Jun 6, 2022
9ece796
Add Model reference
ricardoV94 Jun 6, 2022
79212ef
correct func path references
juanitorduz Jun 6, 2022
4ce059a
typo
juanitorduz Jun 6, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(implementing-a-distribution)=
# Implementing a Distribution

This guide provides an overview on how to implement a distribution for PyMC version `>=4.0.0`.
Expand Down
1 change: 1 addition & 0 deletions docs/source/learn/core_notebooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ GLM_linear
model_comparison
posterior_predictive
dimensionality
pymc_aesara
:::
Loading