Skip to content

On-premise users: click in-app to access the full platform documentation for your version of DataRobot.

Download Scoring Code for legacy users

Models displaying the SCORING CODE indicator on the Leaderboard are available for Scoring Code download.

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 and directly from a deployment.

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.


Updated February 27, 2024