From 10cb37466ff2a9335f64480e841d56083006a838 Mon Sep 17 00:00:00 2001 From: Farid Mohammadi <farid.mohammadi@iws.uni-stuttgart.de> Date: Thu, 17 Feb 2022 10:16:29 +0100 Subject: [PATCH] [README] add link to the example jupyter notebook. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 05347d48b..b8fdcfbe7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Install my project with pip * Bayesian calibration with MCMC using `emcee` package * Bayesian validation with model weights for multi-model setting +## Examples +- [Surrogate modeling](https://git.iws.uni-stuttgart.de/inversemodeling/bayesian-validation/-/blob/cleanup/tests/AnalyticalFunction/example_analytical_function.ipynb) + ## Requirements * numpy==1.22.1 * pandas==1.2.4 -- GitLab