Replies: 3 comments 5 replies
-
Thank for your interest in BayBE :) |
Beta Was this translation helpful? Give feedback.
-
I've just opened PR #386, which removes some of the restrictions. In particular you now can get the surrogate model for
After the PR is merged your problem should be solved as long as youre happy with getting the posterior for the @AdrianSosic I think he way forward is the mentioned implementation of #373 . Once thats here, I think |
Beta Was this translation helpful? Give feedback.
-
closed via #386 |
Beta Was this translation helpful? Give feedback.
-
Is there a way to access the model predictions/posterior when using a DesirabilityObjective (or any objective with multiple targets)? I need this in order to examine how well the model is fitting the data.
For a SingleTargetObjective, I use the campaign.get_surrogate() method, fit the surrogate, and then use the posterior method of the surrogate to compute the predictions.
Unfortunately, I can't do the same with a DesirabilityObjective as surrogate model access via campaign.get_surrogate() is currently only supported for a single, untransformed target (Source).
Is there another way to get the model predictions for a set of provided measurements? If not, I'm also willing to try implementing accessing the surrogate model for DesirabilityObjective. Does anyone know what the challenge is there? or could point me in the right direction?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions