SFDAO Audit Report

Executive Summary

Overall Score: {{ composite_score.total | round(3) }}

Metrics

{% for name, values in composite_score.components | dictsort %}
{{ name }}
value: {{ values.value | round(3) }}
weight: {{ values.weight | round(3) }}
weighted: {{ values.weighted | round(3) }}
{% endfor %}
{% if composite_score.penalties %}

Penalties

{% endif %} {% if metadata.ml_utility %}

ML Utility (TSTR)

Measures if models trained on synthetic data perform comparably to models trained on real data.

TSTR AUC
{{ metadata.ml_utility.tstr_auc | round(3) }}
TRTR AUC (baseline)
{{ metadata.ml_utility.trtr_auc | round(3) }}
Utility Ratio
{{ metadata.ml_utility.utility_ratio | round(3) }}
TSTR F1
{{ metadata.ml_utility.tstr_f1 | round(3) }}
TRTR F1 (baseline)
{{ metadata.ml_utility.trtr_f1 | round(3) }}
Parameter Value
Model Type {{ metadata.ml_utility.model_type }}
Target Column {{ metadata.ml_utility.target_column }}
Number of Features {{ metadata.ml_utility.n_features }}
{% endif %}

Metadata

{% for key, value in metadata | dictsort %} {% if key != 'ml_utility' and key != 'financial_facts' %} {% endif %} {% endfor %}
Key Value
{{ key }} {{ value }}