nebula.addons.trustworthiness.factsheet#

Attributes#

Classes#

Module Contents#

nebula.addons.trustworthiness.factsheet.dirname#
nebula.addons.trustworthiness.factsheet.logger#
class nebula.addons.trustworthiness.factsheet.Factsheet#
factsheet_file_nm = 'factsheet.json'#
factsheet_template_file_nm = 'factsheet_template.json'#
populate_factsheet_pre_train(data, scenario_name)#

Populates the factsheet with values before the training.

Parameters:
  • data (dict) – Contains the data from the scenario.

  • scenario_name (string) – The name of the scenario.

populate_factsheet_post_train(scenario)#

Populates the factsheet with values after the training.

Parameters:

scenario (object) – The scenario object.