Multi-fidelity GP with general noise for all data and different specific noises for each group #1987
-
|
Hi, I appreciate your help and support. Best, Mehdi |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Your best bet is probably to use a FixedNoiseGaussianLikelihood and to set the noise estimates for each portion of your data. It also has the |
Beta Was this translation helpful? Give feedback.
Your best bet is probably to use a FixedNoiseGaussianLikelihood and to set the noise estimates for each portion of your data. It also has the
learn_additional_noiseflag which can help you learn a global set of noise for all of the data.