nicetoolbox.evaluation.metrics.metric_result.PlotResult

class nicetoolbox.evaluation.metrics.metric_result.PlotResult(figures: dict[str, matplotlib.figure.Figure] = <factory>)[source]

Bases: object

Matplotlib figures to save as PNG.

figures

Named figures; each key becomes a separate PNG file.

Type:

dict[str, matplotlib.figure.Figure]

Methods

Attributes

figures