# Portable Predictions

> Portable Predictions - Learn about DataRobot's available methods for portable predictions.

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

## Primary page

- [Portable Predictions](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/predictions/port-pred.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.
- [Modeling](https://docs.datarobot.com/en/docs/classic-ui/modeling/index.html): Linked from this page.
- [Model insights](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/index.html): Linked from this page.
- [Predict](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/predictions/index.html): Linked from this page.
- [Scoring Code](https://docs.datarobot.com/en/docs/classic-ui/predictions/port-pred/scoring-code/index.html): Linked from this page.
- [Portable Prediction Server](https://docs.datarobot.com/en/docs/classic-ui/predictions/port-pred/pps/index.html): Linked from this page.
- [DataRobot Prime](https://docs.datarobot.com/en/docs/classic-ui/predictions/port-pred/prime/index.html): Linked from this page.

## Documentation content

# Portable Predictions

DataRobot offers portable prediction methods, allowing you to execute prediction jobs outside of the DataRobot application. The portable prediction methods are detailed below:

| Method | Description |
| --- | --- |
| Scoring Code | You can export Scoring Code from DataRobot in Java or Python to make predictions. Scoring Code is portable and executable in any computing environment. This method is useful for low-latency applications that cannot fully support REST API performance or lack network access. |
| Portable Prediction Server | A remote DataRobot execution environment for DataRobot model packages (MLPKG files) distributed as a self-contained Docker image. |
| DataRobot Prime (Disabled) | The ability to create new DataRobot Prime models has been removed from the application. This does not affect existing Prime models or deployments. |
