# Fairness tab

> Fairness tab - Monitor the fairness of deployed production models over time.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-04-24T16:03:56.571805+00:00` (UTC).

## Primary page

- [Fairness tab](https://docs.datarobot.com/en/docs/classic-ui/mlops/governance/mlops-fairness.html): Full documentation for this topic (HTML).

## Sections on this page

- [Investigate bias](https://docs.datarobot.com/en/docs/classic-ui/mlops/governance/mlops-fairness.html#investigate-bias): In-page section heading.
- [View per-class bias](https://docs.datarobot.com/en/docs/classic-ui/mlops/governance/mlops-fairness.html#view-per-class-bias): In-page section heading.
- [View fairness over time](https://docs.datarobot.com/en/docs/classic-ui/mlops/governance/mlops-fairness.html#view-fairness-over-time): In-page section heading.
- [Feature considerations](https://docs.datarobot.com/en/docs/classic-ui/mlops/governance/mlops-fairness.html#feature-considerations): In-page section heading.

## Related documentation

- [Classic UI documentation](https://docs.datarobot.com/en/docs/classic-ui/index.html): Linked from this page.
- [MLOps](https://docs.datarobot.com/en/docs/classic-ui/mlops/index.html): Linked from this page.
- [Governance](https://docs.datarobot.com/en/docs/classic-ui/mlops/governance/index.html): Linked from this page.
- [fairness settings](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/fairness-settings.html): Linked from this page.
- [Governancelens](https://docs.datarobot.com/en/docs/classic-ui/mlops/governance/gov-lens.html): Linked from this page.
- [configure notifications](https://docs.datarobot.com/en/docs/classic-ui/mlops/governance/deploy-notifications.html): Linked from this page.
- [version selector](https://docs.datarobot.com/en/docs/classic-ui/mlops/monitor/data-drift.html): Linked from this page.
- [per-class bias](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/bias/per-class.html): Linked from this page.
- [fairness scores](https://docs.datarobot.com/en/docs/reference/pred-ai-ref/bias-ref.html): Linked from this page.

## Documentation content

# Fairness tab

> [!NOTE] Availability information
> The Fairness tab is only available for DataRobot MLOps users. Contact your DataRobot representative for more information about enabling this feature.

After you configure a deployment's [fairness settings](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/fairness-settings.html), you can use the Fairness tab to configure tests that allow models to monitor and recognize, in real time, when protected features in the dataset fail to meet predefined fairness conditions. When viewing the Deployment inventory with the [Governancelens](https://docs.datarobot.com/en/docs/classic-ui/mlops/governance/gov-lens.html), the Fairness column provides an at-a-glance indication of how each deployment is performing based on the fairness tests set up in the Settings > Data tab.

To view more detailed information for an individual model or investigate why a model is failing fairness tests, click on a deployment in the inventory list and navigate to the Fairness tab.

> [!NOTE] Note
> To receive email notifications on fairness status, [configure notifications](https://docs.datarobot.com/en/docs/classic-ui/mlops/governance/deploy-notifications.html), [schedule monitoring](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/fairness-settings.html#schedule-fairness-monitoring-notifications), and [configure fairness monitoring settings](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/fairness-settings.html).

## Investigate bias

The Fairness tab helps you understand why a deployment is failing fairness tests and which protected features are below the predefined fairness threshold. It provides two interactive and exportable visualizations that help identify which feature is failing fairness testing and why.

|  | Chart | Description |
| --- | --- | --- |
| (1) | Per-Class Bias chart | Uses the fairness threshold and fairness score of each class to determine if certain classes are experiencing bias in the model's predictive behavior. |
| (2) | Fairness Over Time chart | Illustrates how the distribution of a protected feature's fairness scores have changed over time. |

If a feature is marked as below threshold, the feature does not meet the predefined fairness conditions.

Select the feature on the left to display fairness scores for each segmented attribute and better understand where bias exists within the feature.

To further modify the display, see the documentation for the [version selector](https://docs.datarobot.com/en/docs/classic-ui/mlops/monitor/data-drift.html).

### View per-class bias

The Per-Class Bias chart helps to identify if a model is biased, and if so, how much and who it's biased towards or against. For more information, see the existing documentation on [per-class bias](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/bias/per-class.html).

Hover over a point on the chart to view its details:

### View fairness over time

After configuring fairness criteria and making predictions with fairness monitoring enabled, you can view how [fairness scores](https://docs.datarobot.com/en/docs/reference/pred-ai-ref/bias-ref.html) of the protected feature or feature values have changed over time for a deployment. The X-axis measures the range of time that predictions have been made for the deployment, and the Y-axis measures the fairness score.

Hover over a point on the chart to view its details:

You can also hide specific features or feature values from the chart by unchecking the box next to its name:

The controls work the same as those available on the [Data Drift](https://docs.datarobot.com/en/docs/classic-ui/mlops/monitor/data-drift.html) tab.

## Feature considerations

- Bias and Fairness monitoring is only available for binary classification models and deployments.
- To upload actuals for predictions, an association ID is required. It is also used to calculate True Positive & Negative Rate Parity and Positive & Negative Predictive Value Parity.
