8000 DOC move versionadded misplaced (#21162) · scikit-learn/scikit-learn@333a080 · GitHub
[go: up one dir, main page]

Skip to content

Commit 333a080

Browse files
committed
DOC move versionadded misplaced (#21162)
1 parent f08e944 commit 333a080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/gaussian_process/_gpc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,8 @@ class GaussianProcessClassifier(ClassifierMixin, BaseEstimator):
496496
497497
Read more in the :ref:`User Guide <gaussian_process>`.
498498
499+
.. versionadded:: 0.18
500+
499501
Parameters
500502
----------
501503
kernel : kernel instance, default=None
@@ -630,8 +632,6 @@ def optimizer(obj_func, initial_theta, bounds):
630632
>>> gpc.predict_proba(X[:2,:])
631633
array([[0.83548752, 0.03228706, 0.13222543],
632634
[0.79064206, 0.06525643, 0.14410151]])
633-
634-
.. versionadded:: 0.18
635635
"""
636636

637637
def __init__(

0 commit comments

Comments
 (0)
0