trust.explainer

Module Contents

Classes

Explainer

An Explainer is one that stores all relevant details about the explanation

class trust.explainer.Explainer(h1stmodel, decision)

An Explainer is one that stores all relevant details about the explanation of a decision that was made by the Model or Graph. For example, details such as what was the original decision, what were the key factors that led to that decision and what type of model was used to make the decision etc.

decision_description(self, decision, h1stmodel)
generate_report(self, decision, constituency, aspect)