Skip to content

Commit e533cd3

Browse files
jduerholtmeta-codesync[bot]
authored andcommitted
Update MultiTaskGP Docstring (#3307)
Summary: <!-- Thank you for sending the PR! We appreciate you spending the time to make BoTorch better. Help us understand your motivation by explaining why you decided to make this change. You can learn more about contributing to BoTorch here: https://github.com/meta-pytorch/botorch/blob/main/CONTRIBUTING.md --> ## Motivation This PR fixes a wrong docstring regarding the noise prior of the multitask gp. ### Have you read the [Contributing Guidelines on pull requests](https://github.com/meta-pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)? Yes. Pull Request resolved: #3307 Test Plan: Only docs. Reviewed By: SebastianAment Differential Revision: D105971096 Pulled By: saitcakmak fbshipit-source-id: 7c0f7e747290a39fe3f2e328a308976edd497dd5
1 parent f84cf18 commit e533cd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

botorch/models/multitask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def __init__(
646646
train_X: A ``batch_shape x n x d`` tensor of training features.
647647
train_Y: A ``batch_shape x n x m`` tensor of training observations.
648648
likelihood: A ``MultitaskGaussianLikelihood``. If omitted, uses a
649-
``MultitaskGaussianLikelihood`` with a ``GammaPrior(1.1, 0.05)``
649+
``MultitaskGaussianLikelihood`` with a ``LogNormalPrior(-4, 1)``
650650
noise prior.
651651
data_covar_module: The module computing the covariance (Kernel) matrix
652652
in data space. If omitted, uses an ``RBFKernel``.

0 commit comments

Comments
 (0)