Replies: 1 comment
-
Hi @MJeong19. For some outcomes, the range of outcomes is extremely small. For example, the second outcome is on the order of 1e-9. The BoTorch standardization utilities will not do anything for these dimensions, since untransforming the covariance matrix with a coefficient of 10^9 will itself lead to numerical issues elsewhere. It is generally a good practice to pre-transform the data to avoid it from being on a scale that is too small or too large. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to code the multi-objective Bayesian algorithm with SingleTaskGP.
And an error occured concerned about standardizing the output data.
When I multiplied 10000 to second column, this error didn't occur.
I would like to know why this error occured,
and how can I print the output data after standardization.
Here is the code I used,
and this figure contains output data before standardization and error occured.

Beta Was this translation helpful? Give feedback.
All reactions