Skip to content

Commit e450495

Browse files
authored
Merge pull request #2546 from partev/patch-1
fix broken link in Simple_GP_Regression.ipynb
2 parents 5260674 + 1fe7188 commit e450495

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)