# Download Scoring Code from the Leaderboard (Legacy)

> Download Scoring Code from the Leaderboard (Legacy) - Download a Scoring Code JAR file directly from
> the Leaderboard as a legacy user.

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

## Primary page

- [Download Scoring Code from the Leaderboard (Legacy)](https://docs.datarobot.com/en/docs/classic-ui/predictions/port-pred/scoring-code/sc-download-legacy.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.
- [Predictions](https://docs.datarobot.com/en/docs/classic-ui/predictions/index.html): Linked from this page.
- [Portable prediction methods](https://docs.datarobot.com/en/docs/classic-ui/predictions/port-pred/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.
- [indicator](https://docs.datarobot.com/en/docs/reference/pred-ai-ref/leaderboard-ref.html#tags-and-indicators): Linked from this page.
- [from the Leaderboard](https://docs.datarobot.com/en/docs/classic-ui/predictions/port-pred/scoring-code/sc-download-leaderboard.html): Linked from this page.
- [from a deployment](https://docs.datarobot.com/en/docs/classic-ui/predictions/port-pred/scoring-code/sc-download-deployment.html): Linked from this page.

## Documentation content

# Download Scoring Code for legacy users

Models displaying the SCORING CODE [indicator](https://docs.datarobot.com/en/docs/reference/pred-ai-ref/leaderboard-ref.html#tags-and-indicators) on the Leaderboard are available for Scoring Code download.

> [!NOTE] Availability information
> The ability to download Scoring Code for a model from the Leaderboard depends on the MLOps configuration for your organization. Legacy users will see the option described below. MLOps users can download Scoring Code [from the Leaderboard](https://docs.datarobot.com/en/docs/classic-ui/predictions/port-pred/scoring-code/sc-download-leaderboard.html) and directly [from a deployment](https://docs.datarobot.com/en/docs/classic-ui/predictions/port-pred/scoring-code/sc-download-deployment.html).

Navigate to the Predict > Downloads tab, where you can select a download option and access a link to the up-to-date Java API documentation.

There are two download options for Scoring Code:

| Selection | Description |
| --- | --- |
| Binary | These are compiled Java executables, which include all dependencies and can be used to make predictions. |
| Source (Java source code files) | These are a non-obfuscated version of the model; they cannot be used to score the model since they are not compiled and dependency packages are not included. Use the source files to explore the model’s decision-making process. |

Additional information about the Java API can be found in the [DataRobot javadocs](https://javadoc.io/doc/com.datarobot/datarobot-prediction/2.0.11").
