We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9b57c commit ba2ce49Copy full SHA for ba2ce49
autoemulate/data/utils.py
@@ -212,7 +212,8 @@ def output_to_tensor(
212
Returns
213
-------
214
TensorLike
215
- Tensor of shape (n_samples, output_dim) containing samples from the output.
+ Tensor of shape `(n_batch, n_targets)` as input or the mean of the output if
216
+ output is a distribution.
217
"""
218
if isinstance(output, TensorLike):
219
return output
0 commit comments