Moffran / calibrated_explanations

Repository for the explanation method Calibrated Explanations (CE)
BSD 3-Clause "New" or "Revised" License
47 stars 6 forks source link

Restructure of `CalibratedExplanations` #17

Closed tuvelofstrom closed 1 year ago

tuvelofstrom commented 1 year ago

Restructured version of CalibratedExplanations, based on issue #14. The implemented solution separate functionality previously contained in CalibratedExplanations, now only containing the set of explanations, into the abstract class CalibratedExplanation and the two concrete classes FactualExplanation and CounterfactualExplanation. As part of this solution, a generic plot_explanation method is also introduced into the CalibratedExplanation (related to issue #11).