You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
A potentially useful plot for diagnostics is the partial dependence 'corner' or 'triangle' plot of the model prediction in the various 1d/2d marginal views, as done in the scikit-optimize library
This shows the partial dependence of the model output with the various model input parameters, and may help visualise/diagnose the progress the optimizer.
Describe alternatives you've considered
I've attempted at using corner.py to achieve the above in a hacky approach (by using the GP model mean value as 'weights'):
this kindof works, but isn't the ideal solution -- the 2d and 1d contours can be made to be smooth if we plot the partial dependence of the model for each parameter rather than plotting samples weighted by the model output.
Would this be something that could be interesting to add as an 'experimental plottting' feature?
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
A potentially useful plot for diagnostics is the partial dependence 'corner' or 'triangle' plot of the model prediction in the various 1d/2d marginal views, as done in the scikit-optimize library
This shows the partial dependence of the model output with the various model input parameters, and may help visualise/diagnose the progress the optimizer.
Describe alternatives you've considered
I've attempted at using corner.py to achieve the above in a hacky approach (by using the GP model mean value as 'weights'):
this kindof works, but isn't the ideal solution -- the 2d and 1d contours can be made to be smooth if we plot the partial dependence of the model for each parameter rather than plotting samples weighted by the model output.
Would this be something that could be interesting to add as an 'experimental plottting' feature?
The text was updated successfully, but these errors were encountered: