From e0d7ab9966dd20c05ec786668307ed73d353aa19 Mon Sep 17 00:00:00 2001 From: Dennis Jabs Date: Sat, 21 Oct 2023 10:06:02 +0200 Subject: [PATCH] D. Jabs: - Added Future Works to README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fbae62..0195c0c 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,9 @@ y_test, sigma = model.predict(x_test) To summarize all up, the following plot shows how well the GP approximate the true function, given the few data points which shows how sample efficient and highly interpretable GPs are. -![](gp_prediction.png) \ No newline at end of file +![](gp_prediction.png) + +### Future Features +The following list defines features, that are currently on work: + +* [ ] Add more kernel functions (Polynomial, Matérn, ...) to PyGaussian \ No newline at end of file