Skip to content

Commit

Permalink
DOC Add NUTS scaling to release-notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Nov 25, 2016
1 parent 016eed7 commit 4609bdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Since the beta release last year, the following improvements have been implement

* Added `variational` submodule, which features the automatic differentiation variational inference (ADVI) fitting method. Also supports mini-batch ADVI for large data sets. Much of this work was due to the efforts of Taku Yoshioka, and important guidance was provided by the Stan team (specifically Alp Kucukelbir and Daniel Lee).

* Improved initialization for NUTS (using ADVI). Simply call `pymc3.sample(n_draws)` on any continuous model.

* Added model checking utility functions, including leave-one-out (LOO) cross-validation, BPIC, WAIC, and DIC.

* Implemented posterior predictive sampling (`sample_ppc`).
Expand Down

0 comments on commit 4609bdb

Please sign in to comment.