add kernel information for gps in GPy notebook

This commit is contained in:
ritchie46
2019-08-16 16:30:21 +02:00
parent cd5752f135
commit 7d94f4be04

View File

@@ -10,7 +10,9 @@
"import numpy as np\n", "import numpy as np\n",
"from matplotlib import pyplot as plt\n", "from matplotlib import pyplot as plt\n",
"from scipy import stats\n", "from scipy import stats\n",
"from scipy.stats import multivariate_normal" "from scipy.stats import multivariate_normal\n",
"\n",
"# See kernels: https://www.cs.toronto.edu/~duvenaud/cookbook/"
] ]
}, },
{ {