Skip to content

Commit

Permalink
Binning example notebook (pymc-devs#229)
Browse files Browse the repository at this point in the history
* create truncated regression example

* delete truncated regression example from main branch

* initial commit of binning example

* fix math rendering issue

* First cell now follows post cell directive

* sphinx cross-reference

* use xarray for scatter plots

* xarray names dims for mean calculation

* update to latest advise in style guide

Co-authored-by: Benjamin T. Vincent <drbenvincent@users.noreply.github.com>
Co-authored-by: Oriol (ZBook) <oriol.abril.pla@gmail.com>
  • Loading branch information
3 people authored Nov 27, 2021
1 parent 7d92add commit fc0404f
Show file tree
Hide file tree
Showing 5 changed files with 3,359 additions and 0 deletions.
3,357 changes: 3,357 additions & 0 deletions examples/case_studies/binning.ipynb

Large diffs are not rendered by default.

Binary file added examples/case_studies/gates.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/case_studies/ordinal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"(diagnosing_with_divergences)=\n",
"# Diagnosing Biased Inference with Divergences"
]
},
Expand Down
1 change: 1 addition & 0 deletions examples/table_of_contents_examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gallery.contents = {
"case_studies/mediation_analysis": "Case Studies",
"case_studies/bayesian_ab_testing": "Case Studies",
"case_studies/item_response_nba": "Case Studies",
"case_studies/binning": "Case Studies",
"diagnostics_and_criticism/Diagnosing_biased_Inference_with_Divergences": "Diagnostics and Model Criticism",
"diagnostics_and_criticism/model_comparison": "Diagnostics and Model Criticism",
"diagnostics_and_criticism/posterior_predictive": "Diagnostics and Model Criticism",
Expand Down

0 comments on commit fc0404f

Please sign in to comment.