Skip to content

Commit 2b2da85

Browse files
authored
DOC add versionadded directive to new method in GPC (#31320)
1 parent b55aba5 commit 2b2da85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sklearn/gaussian_process/_gpc.py

+2
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,8 @@ def latent_mean_and_variance(self, X):
942942
943943
Note that this function is only supported for binary classification.
944944
945+
.. versionadded:: 1.7
946+
945947
Parameters
946948
----------
947949
X : array-like of shape (n_samples, n_features) or list of object

0 commit comments

Comments
 (0)