Fairness Score
{{ "%.4f"|format(overall_fairness_score|default(0)) }}
Protected Attributes
{{ total_attributes }}
Warnings
{{ total_warnings }}
Critical Issues
{{ total_critical }}
Assessment
{{ assessment }}
Fairness Assessment Overview
This report analyzes model fairness across different demographic groups.
Fairness Metrics by Group
Comparison of fairness metrics across demographic groups.
Metric Details
| Group |
Demographic Parity |
Equal Opportunity |
Predictive Equality |
Group Performance Comparison
Model performance across different demographic groups.
Confusion Matrix by Group
Threshold Analysis
Impact of decision thresholds on fairness metrics.
{% endif %}
{% if warnings|length > 0 or critical_issues|length > 0 %}
{% if critical_issues|length > 0 %}
Critical Issues
| Issue |
Severity |
Description |
{% endif %}
{% if warnings|length > 0 %}
Warnings
| Warning |
Severity |
Description |
{% endif %}