calibration_curves_plot

pyeem.plots.calibration_curves_plot(dataset, cal_df, subplots=False, fig_kws={}, **kwargs)

[summary]

Parameters
  • dataset (pyeem.datasets.Dataset) – [description]

  • cal_df (pandas.DataFrame) – [description]

  • subplots (bool, optional) – [description]. Defaults to False.

  • fig_kws (dict, optional) – Optional keyword arguments to include for the figure. Defaults to {}.

Returns

[description]

Return type

matplotlib.axes.Axes