Skip to content

Commit

Permalink
D. Jabs:
Browse files Browse the repository at this point in the history
- Added Future Works to README.md
  • Loading branch information
Dennis Jabs committed Oct 21, 2023
1 parent f5b7a4e commit e0d7ab9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
![](gp_prediction.png)

### Future Features
The following list defines features, that are currently on work:

* [ ] Add more kernel functions (Polynomial, Matérn, ...) to PyGaussian

0 comments on commit e0d7ab9

Please sign in to comment.