plot
Methods for the plot (leave-one-out) module in hetgpy
Suite of plotting functions for model checks/diagnostics/etc.
- plot_diagnostics(model, interval='predictive')[source]
Diagnostics plot which mirrors the plot(model) routine in hetGP
Plots the LOO predctions against the model data
- Parameters:
model (hetGPy model)
interval (str) – one of ‘confidence’ or ‘predictive’
- Returns:
fig, ax
- Return type:
matplotlib figure and axes