trust.decision

Module Contents

Classes

Decision

A Decision is one that stores all relevant details pertaining to the decision

class trust.decision.Decision

A Decision is one that stores all relevant details pertaining to the decision that was made by the Model or Graph, the dataset that was used and the Model or Graph that was used to make the decision. For example, what data was used to train the model, how many features were used to train the model and tell me how does the model make decisions

data_description(self, data)
model_description(self, model)
decision_explainer(self, decision)