# Configure predictions settings

> Configure predictions settings - The Predictions Settings tab provides details about your
> deployment's inference (also known as scoring) data.

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.555037+00:00` (UTC).

## Primary page

- [Configure predictions settings](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/predictions-settings.html): Full documentation for this topic (HTML).

## Sections on this page

- [Set prediction autoscaling settings for DataRobot serverless deployments](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/predictions-settings.html#set-prediction-autoscaling-settings-for-datarobot-serverless-deployments): In-page section heading.
- [Set feature discovery project settings](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/predictions-settings.html#set-feature-discovery-project-settings): In-page section heading.
- [Set prediction intervals for time series deployments](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/predictions-settings.html#set-prediction-intervals-for-time-series-deployments): 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.
- [Deployment settings](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/index.html): Linked from this page.
- [Prediction environments](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/prediction-env/index.html): Linked from this page.
- [batch-enabled deployments](https://docs.datarobot.com/en/docs/classic-ui/mlops/monitor/deploy-batch-monitor.html): Linked from this page.
- [feature discovery projects](https://docs.datarobot.com/en/docs/classic-ui/data/transform-data/feature-discovery/fd-overview.html): Linked from this page.
- [here](https://docs.datarobot.com/en/docs/classic-ui/modeling/time/ts-predictions.html#prediction-preview): Linked from this page.
- [Overview tab](https://docs.datarobot.com/en/docs/classic-ui/mlops/monitor/dep-overview.html): Linked from this page.
- [Prediction API](https://docs.datarobot.com/en/docs/classic-ui/predictions/realtime/code-py.html): Linked from this page.

## Documentation content

# Configure predictions settings

On a deployment's Predictions > Settings tab, you can view details about your deployment's inference (also known as scoring) data—the data containing prediction requests and results from the model.

On the Predictions Settings page, you can access the following information:

| Field | Description |
| --- | --- |
| Prediction environment | Displays the environment where predictions are generated. Prediction environments allow you to establish access controls and approval workflows. |
| Prediction timestamp | Defines the method used for time-stamping prediction rows. To define the timestamp, select one of the following:Use time of prediction request: The timestamp of the prediction request.Use value from date/time feature: A date/time feature (e.g., forecast date) provided with the prediction data and defined by the Feature and Date format settings. Forecast date time-stamping is set automatically for time series deployments. It allows for a common time axis to be used between training data and the basis of data drift and accuracy statistics. The Feature and Date format settings cannot be changed after predictions are made. |
| Batch monitoring | Enables viewing monitoring statistics organized by batch, instead of by time, with batch-enabled deployments |

## Set prediction autoscaling settings for DataRobot serverless deployments

Autoscaling is a system that automatically adjusts the number of model replicas allocated to your deployment based on the incoming prediction request load. This ensures your deployment can handle peak traffic without manual intervention and scales down during quieter periods to optimize resource usage. For DataRobot models, DataRobot performs autoscaling based on CPU usage at a 40% threshold.

To configure on-demand predictions on this environment, scroll down to Autoscaling and set the following options:

| Field | Description |
| --- | --- |
| Minimum compute instances | (Premium feature) Set the minimum compute instances for the model deployment. If your organization doesn't have access to "always-on" predictions, this setting is set to 0 and isn't configurable. With the minimum compute instances set to 0, the inference server will be stopped after an inactivity period of 7 days. The minimum and maximum compute instances depend on the model type. For more information, see the compute instance configurations note. |
| Maximum compute instances | Set the maximum compute instances for the model deployment to a value above the current configured minimum. To limit compute resource usage, set the maximum value equal to the minimum. The minimum and maximum compute instances depend on the model type. For more information, see the compute instance configurations note. |

> [!NOTE] Premium feature: Always-on predictions
> Always-on predictions are a premium feature. Contact your DataRobot representative or administrator for information on enabling the feature.

> [!NOTE] Compute instance configurations
> For DataRobot model deployments:
> 
> The default minimum is 0 and default maximum is 3.
> The minimum and maximum limits are taken from the organization's
> max_compute_serverless_prediction_api
> setting.
> 
> For custom model deployments:
> 
> The default minimum is 0 and default maximum is 1.
> The minimum and maximum limits are taken from the organization's
> max_custom_model_replicas_per_deployment
> setting.
> The minimum is always greater than 1 when running on GPUs (for LLMs).
> 
> Additionally, for high availability scenarios:
> 
> The minimum compute instances setting
> must
> be greater than or equal to 2.
> This requires business critical or consumption-based pricing.

## Set feature discovery project settings

Feature discovery projects use multiple datasets to generate new features, eliminating the need to perform manual feature engineering to consolidate those datasets into one. For deployed [feature discovery projects](https://docs.datarobot.com/en/docs/classic-ui/data/transform-data/feature-discovery/fd-overview.html), you can manage your Feature discovery configuration on the Predictions Settings page.

To manage datasets for a feature discovery project:

1. On thePredictions Settingspage, locate theFeature discoverysection:
2. ClickPreviewto review theSecondary Datasets Configuration Infodialog box.
3. If you need to update your secondary datasets, clickChangeto open theSecondary Datasets Configurationdialog box, where you can:
4. ClickApply.

## Set prediction intervals for time series deployments

Time series users have the additional capability to add a prediction interval to the prediction response of deployed models. When enabled, prediction intervals will be added to the response of any prediction call associated with the deployment.

To enable prediction intervals, navigate to the Predictions > Prediction Intervals tab, click the Enable prediction intervals toggle, and select an Interval size (read more about prediction intervals [here](https://docs.datarobot.com/en/docs/classic-ui/modeling/time/ts-predictions.html#prediction-preview)):

After you set an interval, copy the deployment ID from the [Overview tab](https://docs.datarobot.com/en/docs/classic-ui/mlops/monitor/dep-overview.html), the deployment URL, or the snippet in the [Prediction API](https://docs.datarobot.com/en/docs/classic-ui/predictions/realtime/code-py.html) tab to check that the deployment was added to the database. You can compare the results from your API output with [prediction preview](https://docs.datarobot.com/en/docs/classic-ui/modeling/time/ts-predictions.html#prediction-preview) in the UI to verify results.

For more information on working with prediction intervals via the API, access the API documentation by signing in to DataRobot, clicking the question mark on the upper right, and selecting API Documentation. In the API documentation, select Time Series Projects > Prediction Intervals.
