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) – TheCheckResultreturned byrun().baseline_stats (
Any|None) – The original experiment’seffect_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]