Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f53fd43

Browse filesBrowse files
conradstevensConrad
authored andcommitted
DOC fix gp predic doc typo (#28987)
Co-authored-by: Conrad <cste8212@acfr.usyd.edu.au>
1 parent 21e8a24 commit f53fd43
Copy full SHA for f53fd43

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎sklearn/gaussian_process/_gpr.py

Copy file name to clipboardExpand all lines: sklearn/gaussian_process/_gpr.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,15 +384,15 @@ def predict(self, X, return_std=False, return_cov=False):
384384
Returns
385385
-------
386386
y_mean : ndarray of shape (n_samples,) or (n_samples, n_targets)
387-
Mean of predictive distribution a query points.
387+
Mean of predictive distribution at query points.
388388
389389
y_std : ndarray of shape (n_samples,) or (n_samples, n_targets), optional
390390
Standard deviation of predictive distribution at query points.
391391
Only returned when `return_std` is True.
392392
393393
y_cov : ndarray of shape (n_samples, n_samples) or \
394394
(n_samples, n_samples, n_targets), optional
395-
Covariance of joint predictive distribution a query points.
395+
Covariance of joint predictive distribution at query points.
396396
Only returned when `return_cov` is True.
397397
"""
398398
if return_std and return_cov:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.