Outcome transform in case of data with task indices #2657
Unanswered
sheikhahnaf
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @sheikhahnaf. Outcome transforms do not differentiate between different tasks in MTGPs. If you'd like to use standardize each task independently, you'd have to do this manually. In Ax, we do this using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to use input and outcome transform in multitaskgp having task indices. In my case, I am using botorch.models.transforms.outcome.Standardize. But it requires m arg as dimension of output. But, with task indices, the ouput is flattened and it does not have columns corresponding to tasks. How to get around this? Is there solution already existing for this?
Beta Was this translation helpful? Give feedback.
All reactions