Skip to content

Commit 1fe7188

Browse files
authored
fix broken link in Simple_GP_Regression.ipynb
fix broken link to FixedNoiseGaussianLikelihood in Simple_GP_Regression.ipynb
1 parent d95be0a commit 1fe7188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/01_Exact_GPs/Simple_GP_Regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"\n",
113113
"The simplest likelihood for regression is the `gpytorch.likelihoods.GaussianLikelihood`. This assumes a homoskedastic noise model (i.e. all inputs have the same observational noise).\n",
114114
"\n",
115-
"There are other options for exact GP regression, such as the [FixedNoiseGaussianLikelihood](http://docs.gpytorch.ai/likelihoods.html#fixednoisegaussianlikelihood), which assigns a different observed noise value to different training inputs."
115+
"There are other options for exact GP regression, such as the [FixedNoiseGaussianLikelihood](https://docs.gpytorch.ai/en/latest/likelihoods.html#fixednoisegaussianlikelihood), which assigns a different observed noise value to different training inputs."
116116
]
117117
},
118118
{

0 commit comments

Comments
 (0)