Skip to content

return_inferencedata option for pm.sample #3911

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
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a00fff8
mention arviz functions by name in warning
michaelosthege May 4, 2020
6dec963
convert to InferenceData already in sample function
michaelosthege May 4, 2020
7c4ae31
fix refactoring bugs
michaelosthege May 4, 2020
653e3d2
fix indentation
michaelosthege May 4, 2020
7789c2c
add return_inferencedata option
michaelosthege May 4, 2020
d2b312f
Fix numpy docstring format.
rpgoldman May 4, 2020
1c558d4
pass model to from_pymc3 because of deprecation warning
michaelosthege May 4, 2020
2cf5e54
add test for return_inferencedata option
michaelosthege May 4, 2020
bb3aef0
Merge branch 'master' into return-inferencedata-option
michaelosthege May 4, 2020
67d9c58
advise against keeping warmup draws in a MultiTrace
michaelosthege May 4, 2020
c910221
mention #3911
michaelosthege May 4, 2020
0a06da1
Merge branch 'return-inferencedata-option' of https://github.com/mich…
michaelosthege May 4, 2020
fea82e1
pin to arviz 0.8.0 and address review feedback
michaelosthege May 23, 2020
d5063f2
rerun/update notebook to show inferencedata trace
michaelosthege May 23, 2020
1f42f92
Merge branch 'master' into return-inferencedata-option
michaelosthege May 23, 2020
d95880d
fix typo
michaelosthege May 23, 2020
b7471a8
make all from_pymc3 accessible to the user
michaelosthege May 23, 2020
165cbf7
Merge branch 'return-inferencedata-option' of https://github.com/mich…
michaelosthege May 23, 2020
dee0870
remove duplicate entry, and wording
michaelosthege May 23, 2020
7b083ed
address review feedback
michaelosthege May 23, 2020
96a2387
update arviz to 0.8.1 because of bugfix
michaelosthege May 25, 2020
6ff17a2
incorporate review feedback
michaelosthege May 25, 2020
fa324ff
use arviz plot_ppc
michaelosthege May 25, 2020
9d208c4
also ignore Visual Studio cache
michaelosthege May 26, 2020
d154a04
fix warmup saving logic and test
michaelosthege May 26, 2020
2912825
require latest ArviZ patch
michaelosthege May 26, 2020
50d7588
change warning to nuget users towards InferenceData
michaelosthege May 26, 2020
ff7e1ea
update ArviZ minimum version
michaelosthege May 26, 2020
e698387
address review feedback
michaelosthege May 26, 2020
3f6aafd
start showing the FutureWarning about return_inferencedata in minor r…
michaelosthege May 26, 2020
0f756e3
require arviz>=0.8.3 for latest bugfix
michaelosthege May 28, 2020
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
Prev Previous commit
Next Next commit
Fix numpy docstring format.
Replaced "<varname>: <type>" with "<varname> : <type>" per numpy guidelines.

Fix spelling typo.
  • Loading branch information
rpgoldman authored May 4, 2020
commit d2b312f05f0090b31ae6db7ae42014f3d470d38e
Loading