EFS-OpenSource / calibration-framework

The net:cal calibration framework is a Python 3 library for measuring and mitigating miscalibration of uncertainty estimates, e.g., by a neural network.
https://efs-opensource.github.io/calibration-framework/
Apache License 2.0
336 stars 42 forks source link

Feature request: Allow for pre-existing figure object for rendering reliability diagrams #40

Closed fabiankueppers closed 1 year ago

fabiankueppers commented 1 year ago

Feature request: allow the plotting routines for reliability diagram to take pre-existing Matplotlib Figure instances to work with so that the user is able to perform the figure handling. Add new optional parameter to consume figure object (not axis objects, as most of the diagrams create multiple subplots).