trust.describer

Module Contents

Classes

Describer

A Describer is one that stores all relevant details about the objects (e.g., Models, Graphs).

class trust.describer.Describer(h1stmodel)

A Describer is one that stores all relevant details about the objects (e.g., Models, Graphs). This is important to have because if and when a constituent asks about the Model or Graph, the Describer will provide all pertenant details. For example, if a Regulator identifies that the model is indicating bias in its decision making, she may asks for details such as `when was the model trained’, `by whom’ and ‘on what data was the model trained’

data_description(self, h1stmodel)
model_description(self, h1stmodel)
generate_report(self, constituency, aspect)