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