eval_toolkit.plotting#

DEFAULT_FIGSIZE

Built-in immutable sequence.

PALETTE

Read-only proxy of a mapping.

PLOT_STYLE

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2).

make_palette

Construct a semantic-role color palette for downstream projects.

plot_bootstrap_distribution

Histogram of bootstrap-sampled deltas with optional CI overlay.

plot_confusion_matrix_grid

N-panel confusion-matrix grid (one per scorer).

plot_lift_ci

Forest-plot-style CIs over comparisons.

plot_metric_bars

Bar chart for a {label: metric} mapping.

plot_pareto_frontier

Cost-vs-performance scatter with Pareto frontier overlay.

plot_pr_curve

Precision-recall curve.

plot_reliability_diagram

Equal-width-binned reliability diagram with diagonal reference.

plot_roc_curve

Receiver-operating-characteristic curve.

plot_score_histograms

Overlaid score-distribution histograms, one per slice.

plot_slice_metric_heatmap

Heatmap of a (row × col × metric) grid with colorbar.

save_figure

Save figure to disk with optional provenance metadata.

set_plot_style

Apply PLOT_STYLE rcParams + PALETTE color cycle.