Skip to content

Commit

Permalink
Censoring example notebook (pyro-ppl#1773)
Browse files Browse the repository at this point in the history
* exclude notebooks from large files

* censoring notebook init

* add nb to index

* small fixes

* fix ; end plots
  • Loading branch information
juanitorduz authored and OlaRonning committed May 6, 2024
1 parent 241236d commit 159744f
Show file tree
Hide file tree
Showing 3 changed files with 1,383 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ repos:
- id: debug-statements
- id: check-yaml
- id: check-added-large-files
exclude: notebooks/*
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ NumPyro documentation
tutorials/model_rendering
tutorials/bad_posterior_geometry
tutorials/truncated_distributions
tutorials/censoring

.. nbgallery::
:maxdepth: 1
Expand Down
1,381 changes: 1,381 additions & 0 deletions notebooks/source/censoring.ipynb

Large diffs are not rendered by default.

0 comments on commit 159744f

Please sign in to comment.