9.6. copro.plots.plot_ROC_curve_n_mean

copro.plots.plot_ROC_curve_n_mean(ax, tprs, aucs, mean_fpr, **kwargs)[source]

Plots the mean ROC-curve to a pre-initiated matplotlib-instance.

Parameters
  • ax (axis) – axis of pre-initaited matplotlib-instance

  • tprs (list) – list with false positive rates.

  • aucs (list) – list with area-under-curve values.

  • mean_fpr (array) – array with mean false positive rate.