Vishwas
Analyze Fairness
Run a comprehensive fairness analysis on model predictions
POST
Request
Unique identifier for your model. Used for tracking and comparison.
The dataset to analyze.
Fairness metrics to calculate. Options:
demographic_parityequalized_oddsequal_opportunitycalibrationindividual_fairnesscounterfactual_fairness
Custom thresholds for each metric. Default is 0.8 (80%) for all metrics.
Specify reference groups for each protected attribute.
Whether to run analysis asynchronously. Set to
false for small datasets (< 10,000 rows).URL to receive webhook when analysis completes.
Response
Unique analysis identifier.
The model ID provided in the request.
Analysis status:
pending, processing, completed, failed.Aggregate fairness score from 0-1.
Whether any metric fell below its threshold.
Detailed results for each fairness metric.
Actionable recommendations for improving fairness.

