Skip to content

Commit

Permalink
Move warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseodd committed Jul 7, 2024
1 parent 2d2b291 commit 67215bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ There is also a corresponding paper, [_Laplace Redux — Effortless Bayesian Dee

The [code](https://github.com/runame/laplace-redux) to reproduce the experiments in the paper is also publicly available; it provides examples of how to use our library for predictive uncertainty quantification, model selection, and continual learning.

> [!IMPORTANT]
> As a user, one should not expect Laplace to work automatically.
> That is, one should experiment with different Laplace's options
> (hessian_factorization, prior precision tuning method, predictive method, backend,
> etc!). Try looking at various papers that use Laplace for references on how to
> set all those options depending on the applications/problems at hand.
## Table of contents

1. [Setup](#setup)
Expand Down Expand Up @@ -64,13 +71,6 @@ pytest tests/

### Simple usage

> [!IMPORTANT]
> As a user, one should not expect Laplace to work automatically.
> That is, one should experiment with different Laplace's options
> (hessian_factorization, prior precision tuning method, predictive method, backend,
> etc!). Try looking at various papers that use Laplace for references on how to
> set all those options depending on the applications/problems at hand.
In the following example, a pre-trained model is loaded,
then the Laplace approximation is fit to the training data
(using a diagonal Hessian approximation over all parameters),
Expand Down

0 comments on commit 67215bf

Please sign in to comment.