Skip to content

Commit

Permalink
Notebook/multilevel hierarchy (pyro-ppl#1352)
Browse files Browse the repository at this point in the history
* add a level to hierarchy with SmokingStatus column

* update contact info

* include more descriptive interpretations for model results

* update format

* update documenation links

* update development installation instructions

* update formatting
  • Loading branch information
cstoafer authored Mar 9, 2022
1 parent 9be95a9 commit 3de2797
Show file tree
Hide file tree
Showing 2 changed files with 746 additions and 289 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ To set up local development environment, install NumPyro from source:
```sh
git clone https://github.com/pyro-ppl/numpyro.git
# install jax/jaxlib first for CUDA support
pip install -e .[dev,test] # contains additional dependencies for NumPyro development
pip install -e .[dev,test,doc,examples] # contains additional dependencies for NumPyro development
```

For running `make doctest`, [install pandoc](https://pandoc.org/installing.html).

# Testing

Before submitting a pull request, please autoformat code and ensure that unit tests pass locally
Expand Down
Loading

0 comments on commit 3de2797

Please sign in to comment.