From ddfe92bc632866565cc7826efce7e5cfba828177 Mon Sep 17 00:00:00 2001 From: partev Date: Fri, 13 Sep 2024 09:32:37 -0400 Subject: [PATCH] DOC: fix a typo, Hyperparamters -> Hyperparameters --- examples/01_Exact_GPs/GP_Regression_Fully_Bayesian.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/01_Exact_GPs/GP_Regression_Fully_Bayesian.ipynb b/examples/01_Exact_GPs/GP_Regression_Fully_Bayesian.ipynb index 10efcfc0a..4a34a6083 100644 --- a/examples/01_Exact_GPs/GP_Regression_Fully_Bayesian.ipynb +++ b/examples/01_Exact_GPs/GP_Regression_Fully_Bayesian.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Fully Bayesian GPs - Sampling Hyperparamters with NUTS\n", + "# Fully Bayesian GPs - Sampling Hyperparameters with NUTS\n", "\n", "In this notebook, we'll demonstrate how to integrate GPyTorch and NUTS to sample GP hyperparameters and perform GP inference in a fully Bayesian way.\n", "\n",