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",