Skip to content

Commit a5126a6

Browse files
canyon289OriolAbril
authored andcommitted
Update notebook more
1 parent 36c9cd6 commit a5126a6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

examples/gaussian_processes/GP-MeansAndCovs.ipynb

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"(notebook_name)=\n",
88
"# Mean and Covariance Functions\n",
99
"\n",
10-
":::{post} Aug 31, 2021\n",
10+
":::{post} Mar 22, 2022\n",
1111
":tags: GP\n",
1212
":category: intermediate\n",
1313
":author: Bill Engels\n",
@@ -79,8 +79,6 @@
7979
"tags": []
8080
},
8181
"source": [
82-
"# \n",
83-
"\n",
8482
"A large set of mean and covariance functions are available in PyMC3. It is relatively easy to define custom mean and covariance functions. Since PyMC3 uses Theano, their gradients do not need to be defined by the user. \n",
8583
"\n",
8684
"## Mean functions\n",

myst_nbs/gaussian_processes/GP-MeansAndCovs.myst.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kernelspec:
1414
(notebook_name)=
1515
# Mean and Covariance Functions
1616

17-
:::{post} Aug 31, 2021
17+
:::{post} Mar 22, 2022
1818
:tags: GP
1919
:category: intermediate
2020
:author: Bill Engels
@@ -60,8 +60,6 @@ az.style.use("arviz-darkgrid")
6060

6161
+++ {"papermill": {"duration": 0.037844, "end_time": "2020-12-22T18:36:31.751886", "exception": false, "start_time": "2020-12-22T18:36:31.714042", "status": "completed"}, "tags": []}
6262

63-
#
64-
6563
A large set of mean and covariance functions are available in PyMC3. It is relatively easy to define custom mean and covariance functions. Since PyMC3 uses Theano, their gradients do not need to be defined by the user.
6664

6765
## Mean functions

0 commit comments

Comments
 (0)