eval_toolkit.plotting#
|
Built-in immutable sequence. |
|
Read-only proxy of a mapping. |
|
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). |
|
Construct a semantic-role color palette for downstream projects. |
|
Histogram of bootstrap-sampled deltas with optional CI overlay. |
|
N-panel confusion-matrix grid (one per scorer). |
|
Forest-plot-style CIs over comparisons. |
|
Bar chart for a |
|
Cost-vs-performance scatter with Pareto frontier overlay. |
|
Precision-recall curve. |
|
Equal-width-binned reliability diagram with diagonal reference. |
|
Receiver-operating-characteristic curve. |
|
Overlaid score-distribution histograms, one per slice. |
|
Heatmap of a (row × col × metric) grid with colorbar. |
|
Save figure to disk with optional provenance metadata. |
|
Apply |