Skip to content

Fix FastUpdateModel docstrings#627

Open
st-- wants to merge 4 commits into
secondmind-labs:developfrom
st--:patch-1
Open

Fix FastUpdateModel docstrings#627
st-- wants to merge 4 commits into
secondmind-labs:developfrom
st--:patch-1

Conversation

@st--

@st-- st-- commented Sep 20, 2022

Copy link
Copy Markdown
Collaborator

The docstrings of the FastUpdateModel abstract methods seemed to be in error; I believe this is what is meant, but please double-check.

The docstrings of the FastUpdateModel abstract methods seemed to be in error; I believe this is what is meant, but please double-check.
@@ -224,7 +224,7 @@ def conditional_predict_joint(
:param additional_data: Dataset with query_points with shape [..., N, D] and observations
with shape [..., N, L]
:return: The mean and covariance of the joint marginal distribution at each batch of points

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, what is the "joint marginal distribution"? is this the joint distribution over all fs? So should this be

Suggested change
:return: The mean and covariance of the joint marginal distribution at each batch of points
:return: The mean and covariance of the joint distribution at each batch of points

?

@hstojic

hstojic commented Sep 20, 2022

Copy link
Copy Markdown
Collaborator

good to hear from you @st-- !
@vpicheny is the main author of this code (though @uri-granta chipped in as well I think), Victor care to check this out?

@uri-granta uri-granta requested a review from vpicheny October 31, 2022 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants