# Register DataRobot models

> Register DataRobot models - Register a model package in the Model Registry. The Model Registry is an
> archive of your model packages where you can also deploy and share the packages.

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

## Primary page

- [Register DataRobot models](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/registry/dr-model-reg.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.
- [Register models](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/registry/index.html): Linked from this page.
- [model preparation](https://docs.datarobot.com/en/docs/reference/pred-ai-ref/model-rec-process.html): Linked from this page.
- [shared modeling workers](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/deploy-methods/deploy-model.html#use-shared-modeling-workers): Linked from this page.
- [time series prediction intervals](https://docs.datarobot.com/en/docs/classic-ui/modeling/time/ts-port-pred-intervals.html): Linked from this page.
- [enabling prediction intervals](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/predictions-settings.html#set-prediction-intervals-for-time-series-deployments): Linked from this page.

## Documentation content

# Register DataRobot models

The Model Registry is an organizational hub for the variety of models used in DataRobot. Models are registered as deployment-ready model packages; the registry lists each package available for use.

To add a DataRobot model as a registered model or version:

1. On theLeaderboard, select the model to use for generating predictions. DataRobot recommends a model with theRecommended for DeploymentandPrepared for Deploymentbadges. Themodel preparationprocess runs Feature Impact, retrains the model on a reduced feature list, and trains on a higher sample size, followed by the entire sample (latest data for date/time partitioned projects). ImportantTheDeploytab behaves differently in environments without a dedicated prediction server, as described in the section onshared modeling workers.
2. ClickPredict > Deploy. If the Leaderboard model doesn't have thePrepare for Deploymentbadge, DataRobot recommends you clickPrepare for Deploymentto run themodel preparationprocess for that model.
3. UnderDeploy model, clickRegister to deploy.
4. In theRegister new modeldialog box, provide the following model information: FieldDescriptionRegister modelSelect one of the following:Register new model:Create a new registered model. This creates the first version (V1).Save as a new version to existing model:Create a version of an existing registered model. This increments the version number and adds a new version to the registered model.Registered model name / Registered ModelDo one of the following:Registered model name:Enter a unique and descriptive name for the new registered model. If you choose a name that exists anywhere within your organization, theModel registration failedwarning appears.Registered Model:Select the existing registered model you want to add a new version to.Registered model versionAssigned automatically. This displays the expected version number of the version (e.g., V1, V2, V3) you create. This is alwaysV1when you selectRegister a new model.Prediction thresholdFor binary classification models. Enter the value a prediction score must exceed to be assigned to the positive class. The default value is0.5. For more information, seePrediction thresholds.Optional settingsVersion descriptionDescribe the business problem this model package solves, or, more generally, describe the model represented by this version.TagsClick+ Add itemand enter aKeyand aValuefor each key-value pair you want to tag the modelversionwith. Tags do not apply to the registered model, just the versions within. Tags added when registering a new model are applied toV1.Include prediction intervalsFor time series models. Enable the computation of a model'stime series prediction intervals(from 1 to 100). Time series prediction intervals may take a long time to compute, depending on the number of series in the dataset, the number of features, the blueprint, etc. Consider if intervals are required in your deployment before enabling this setting. For more information see, theprediction intervals consideration. Prediction intervals in DataRobot serverless prediction environmentsIn a DataRobot serverless prediction environment, to make predictions with time-series prediction intervals included,you mustinclude pre-computed prediction intervals when registering the model package. If you don't pre-compute prediction intervals, the deployment resulting from the registered model doesn't supportenabling prediction intervals. Binary classification prediction thresholdsIf you set theprediction thresholdbefore thedeployment preparation process, the value does not persist. When deploying the prepared model, if you want it to use a value other than the default, set the value after the model has thePrepared for Deploymentbadge. Time series prediction intervals considerationWhen you deploy atime series model package with prediction intervals, thePredictions > Prediction Intervalstab is available in the deployment. For deployed model packages built without computing intervals, the deployment'sPredictions > Prediction Intervalstab is hidden; however, older time series deployments without computed prediction intervals may display thePrediction Intervalstab if they were deployed prior to August 2022.
5. ClickAdd to registry. The model opens on theModel Registry > Registered Modelstab.
You can laterdeploy the model from the Model Registry.
