LeaveOneOut.plot#

static LeaveOneOut.plot(result, *, baseline_stats=None, baseline_label='all donors', figsize=None)[source]#

Forest plot of leave-one-out effect estimates.

Parameters:
  • result (CheckResult) – The CheckResult returned by run().

  • baseline_stats (Any | None) – The original experiment’s effect_summary(). When provided an “all donors” baseline row is prepended.

  • baseline_label (str) – Label for the baseline row.

  • figsize (tuple[float, float] | None) – Passed to matplotlib.

Return type:

tuple[plt.Figure, plt.Axes]