Skip to content

Commit

Permalink
make linear regression the quickstart notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Feb 12, 2025
1 parent 8210610 commit 400509d
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 1,373 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ conda env create --file environment.yaml --name bayesflow

Check out some of our walk-through notebooks below. We are actively working on porting all notebooks to the new interface so more will be available soon!

1. [Two moons starter toy example](examples/TwoMoons_StarterNotebook.ipynb)
2. [Linear regression](examples/Linear_Regression.ipynb)
1. [Linear regression starter example](examples/Linear_Regression.ipynb)
2. [Two moons](examples/TwoMoons_StarterNotebook.ipynb)
3. [Bayesian experimental design](examples/Bayesian_Experimental_Design.ipynb)
4. [SIR model with custom summary network](examples/SIR_PosteriorEstimation.ipynb)
5. [Hyperparameter optimization](examples/Hyperparameter_Optimization.ipynb)
6. Coming soon...
6. More coming soon...

## Documentation \& Help

Expand Down
668 changes: 277 additions & 391 deletions examples/Linear_Regression.ipynb

Large diffs are not rendered by default.

979 changes: 0 additions & 979 deletions examples/Quickstart_Amortized_Posterior_Estimation.ipynb

This file was deleted.

0 comments on commit 400509d

Please sign in to comment.