xlnstorch.viz.plot_precision_comparison#
- xlnstorch.viz.plot_precision_comparison(results, *, ax=None, metric='max_error', log_scale=True)#
Plot how error metrics change with precision level.
- Parameters:
- Returns:
The axes containing the plot.
- Return type:
matplotlib.axes.Axes
- Raises:
ImportError – If matplotlib is not installed, an ImportError is raised.