Skip to content

Commit

Permalink
Improve docstring approx_params function
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndorra committed May 30, 2024
1 parent e4561c6 commit 7d15175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pymc/gp/hsgp_approx.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ def approx_hsgp_hyperparams(
Parameters
----------
x_range : List[float]
The range of the input variable on which the GP is going to be evaluated.
Should be a list with two elements [x_min, x_max].
x : np.ndarray
The input variable on which the GP is going to be evaluated.
Careful: should be the X values you want to predict over, not *only* the training X.
lengthscale_range : List[float]
The range of the lengthscales. Should be a list with two elements [lengthscale_min, lengthscale_max].
cov_func : str
Expand Down

0 comments on commit 7d15175

Please sign in to comment.