Skip to content

Commit 7d15175

Browse files
committed
Improve docstring approx_params function
1 parent e4561c6 commit 7d15175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymc/gp/hsgp_approx.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ def approx_hsgp_hyperparams(
108108
109109
Parameters
110110
----------
111-
x_range : List[float]
112-
The range of the input variable on which the GP is going to be evaluated.
113-
Should be a list with two elements [x_min, x_max].
111+
x : np.ndarray
112+
The input variable on which the GP is going to be evaluated.
113+
Careful: should be the X values you want to predict over, not *only* the training X.
114114
lengthscale_range : List[float]
115115
The range of the lengthscales. Should be a list with two elements [lengthscale_min, lengthscale_max].
116116
cov_func : str

0 commit comments

Comments
 (0)