Skip to content

Commit

Permalink
Replacing * with -
Browse files Browse the repository at this point in the history
  • Loading branch information
jgolebiowski committed May 15, 2023
1 parent bd29fbd commit bf829b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def predict(self, inputs: np.ndarray) -> List[Dict[str, np.ndarray]]:
input points ``inputs``. By default:
* "mean": Predictive means.
- "std": Predictive stddevs, shape ``(n,)``
* "std": Predictive stddevs, shape ``(n,)``
This function relies on the assigned ContributedPredictor to execute the predictions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def predict(self, inputs: np.ndarray) -> List[Dict[str, np.ndarray]]:
* "mean": Predictive means. If the model supports fantasizing with a
number ``nf`` of fantasies, this has shape ``(n, nf)``, otherwise ``(n,)``
- "std": Predictive stddevs, shape ``(n,)``
* "std": Predictive stddevs, shape ``(n,)``
If the hyperparameters of the surrogate model are being optimized (e.g.,
by empirical Bayes), the returned list has length 1. If its
Expand Down

0 comments on commit bf829b0

Please sign in to comment.