MMMPlotSuite.plot_crps#

MMMPlotSuite.plot_crps(results, dims=None)[source]#

Plot CRPS for train and test sets across all CV splits, optionally stratified by dims.

If dims is provided (similar to other plotting helpers in this class), the function will compute CRPS separately for each combination of the requested dimension values and for any remaining additional coordinates found on the posterior_predictive (e.g. geo). One subplot is created per combination and both train/test CRPS are plotted on the same axis for easy comparison.