Skip to content

Commit

Permalink
add linear regression example
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Oct 24, 2024
1 parent c2ffcdb commit 83ad237
Show file tree
Hide file tree
Showing 2 changed files with 548 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@ 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. [Bayesian experimental design (BED)](examples/Bayesian_Experimental_Design.ipynb)
3. Coming soon...
2. [Linear regression](examples/Linear_Regression.ipynb)
3. [Hyperparameter optimization](examples/Hyperparameter_Optimization.ipynb)
4. [Bayesian experimental design](examples/Bayesian_Experimental_Design.ipynb)
5. Coming soon...

## Documentation \& Help

Expand Down
Loading

0 comments on commit 83ad237

Please sign in to comment.