# Humility

> Humility - After configuring rules and making predictions with humility monitoring enabled, view
> deployment's humility data from the Humility tab.

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-05-06T18:17:10.024925+00:00` (UTC).

## Primary page

- [Humility](https://docs.datarobot.com/en/docs/workbench/nxt-console/nxt-mitigation/nxt-humility.html): Full documentation for this topic (HTML).

## Sections on this page

- [View humility data](https://docs.datarobot.com/en/docs/workbench/nxt-console/nxt-mitigation/nxt-humility.html#view-humility-data): In-page section heading.
- [Enable prediction warnings](https://docs.datarobot.com/en/docs/workbench/nxt-console/nxt-mitigation/nxt-humility.html#enable-prediction-warnings): In-page section heading.

## Related documentation

- [NextGen UI documentation](https://docs.datarobot.com/en/docs/workbench/index.html): Linked from this page.
- [Console](https://docs.datarobot.com/en/docs/workbench/nxt-console/index.html): Linked from this page.
- [Mitigation](https://docs.datarobot.com/en/docs/workbench/nxt-console/nxt-mitigation/index.html): Linked from this page.
- [Settings > Humility](https://docs.datarobot.com/en/docs/workbench/nxt-console/nxt-settings/nxt-humility-settings.html): Linked from this page.
- [Predictions Over Time chart](https://docs.datarobot.com/en/docs/workbench/nxt-console/nxt-monitoring/nxt-data-drift.html#predictions-over-time-chart): Linked from this page.
- [make predictions](https://docs.datarobot.com/en/docs/workbench/nxt-console/nxt-predictions/nxt-make-predictions.html#set-prediction-options): Linked from this page.

## Documentation content

After configuring humility rules on the [Settings > Humility](https://docs.datarobot.com/en/docs/workbench/nxt-console/nxt-settings/nxt-humility-settings.html) tab and making predictions with humility monitoring enabled, you can view the humility data collected over time for a deployment from the Monitoring > Humility tab. The X-axis measures the range of time that predictions have been made for the deployment. The Y-axis measures the number of times humility rules triggered in the given period.

## View humility data

Use the following controls to configure the Humility dashboard:

|  | Control | Description |
| --- | --- | --- |
| (1) | Model version selector | Updates the dashboard displays to reflect the model you selected from the dropdown. |
| (2) | Date slider | Limits the range of data displayed on the dashboard (i.e., zooms in on a specific time period). |
| (3) | Range (UTC) selector | Sets the date range displayed for the deployment date slider. |
| (4) | Resolution selector | Sets the time granularity of the deployment date slider. |
| (5) | Refresh | Initiates an on-demand update of the dashboard with new data. Otherwise, DataRobot refreshes the dashboard every 15 minutes. |
| (6) | Reset | Reverts the dashboard controls to the default settings. |

## Enable prediction warnings

Enable prediction warnings for regression model deployments on the Humility > Prediction warnings tab. Prediction warnings allow you to mitigate risk and make models more robust by identifying when predictions do not match their expected result in production. This feature detects when deployments produce predictions with outlier values, summarized in a report that returns with your predictions.

> [!NOTE] Prediction warnings availability
> Prediction warnings are only available for deployments using regression models. This feature does not support classification or time series models.

Prediction warnings provide the same functionality as the Uncertain Prediction trigger that is part of humility monitoring. You may want to enable both, however, because prediction warning results are integrated into the [Predictions Over Time chart](https://docs.datarobot.com/en/docs/workbench/nxt-console/nxt-monitoring/nxt-data-drift.html#predictions-over-time-chart) on the Data drift tab.

1. To enable prediction warnings, navigate toMitigation > Humility > Prediction warnings.
2. Enter aLower boundandUpper bound, or clickConfigureto have DataRobot calculate the prediction warning ranges. DataRobot derives thresholds for the prediction warning ranges from the Holdout partition of your model. These are the boundaries for outlier detection—DataRobot reports any prediction result outside these limits. You can choose to accept the Holdout-based thresholds or manually define the ranges instead.
3. After making any desired changes, clickSave ranges.

After the humility rules are in effect, you can include prediction outlier warnings when you [make predictions](https://docs.datarobot.com/en/docs/workbench/nxt-console/nxt-predictions/nxt-make-predictions.html#set-prediction-options). Prediction warnings are reported on the [Predictions Over Time chart](https://docs.datarobot.com/en/docs/workbench/nxt-console/nxt-monitoring/nxt-data-drift.html#predictions-over-time-chart) on the Data drift tab.

> [!NOTE] Note
> Prediction warnings are not retroactive. For example, if you set the upper-bound threshold for outliers to 40, a prediction with a value of 50, made prior to setting up thresholds, is not retroactively detected as an outlier. Prediction warnings will only return with prediction requests made after the feature is enabled.
