Skip to content

Commit f8281fa

Browse files
authored
DOC: remove incorrect statement (#25544)
1 parent 4acd91d commit f8281fa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/modules/gaussian_process.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,7 @@ in the kernel and by the regularization parameter alpha of KRR.
147147
:align: center
148148

149149
The figure shows that both methods learn reasonable models of the target
150-
function. GPR correctly identifies the periodicity of the function to be
151-
roughly :math:`2*\pi` (6.28), while KRR chooses the doubled periodicity
152-
:math:`4*\pi` . Besides
153-
that, GPR provides reasonable confidence bounds on the prediction which are not
150+
function. GPR provides reasonable confidence bounds on the prediction which are not
154151
available for KRR. A major difference between the two methods is the time
155152
required for fitting and predicting: while fitting KRR is fast in principle,
156153
the grid-search for hyperparameter optimization scales exponentially with the

0 commit comments

Comments
 (0)