# Add prediction data post-deployment

> Add prediction data post-deployment - How to add historical prediction data after a model is
> deployed.

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

## Primary page

- [Add prediction data post-deployment](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/deploy-methods/add-prediction-data-post-deploy.html): Full documentation for this topic (HTML).

## 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](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/index.html): Linked from this page.
- [Deploy models](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/deploy-methods/index.html): Linked from this page.
- [Owner](https://docs.datarobot.com/en/docs/reference/misc-ref/roles-permissions.html): Linked from this page.
- [Data Drift > Settings](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/data-drift-settings.html): Linked from this page.

## Documentation content

# Add prediction data post-deployment

Users with the [Owner](https://docs.datarobot.com/en/docs/reference/misc-ref/roles-permissions.html) role can add historical prediction data to external model deployments if data drift is enabled. To do so, navigate to the [Data Drift > Settings](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/data-drift-settings.html) tab and click Choose file in the Inference data section to upload your prediction data in XLSX, CSV, or TXT format. You can also select prediction data from the AI Catalog.

Training data is a critical component for calculating data drift. If you did not include training data when you created a deployment, or if there was an error when uploading that data, you can also add training data from the [Data Drift > Settings](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/data-drift-settings.html) tab.

These datasets must meet the following requirements:

- Historical prediction data: The uploaded data have the same features as the original prediction dataset. After uploading new data, DataRobot prompts you to confirm the addition because you cannot remove data from a deployment later. To use different prediction data, create a new deployment.
- Missing training data: The uploaded data must include the same features as the prediction (scoring) dataset. You cannot replace training data. If you want a deployment to use different training data, create a new deployment with the appropriate data.
