skillfed

datarobot-predict

DataRobot Prediction Library

datarobot-predict v1.13.5 147.2K downloads/30d#11,074 on PyPI
Permissive license Apache-2.0 AGING released

What it is and what it does

DataRobot Prediction Library is a Python wrapper that standardizes how you call predictions across different DataRobot prediction methods. Instead of learning multiple APIs for different backends, you get one common interface that lets you swap implementations without changing your calling code. It sits on top of the datarobot package and related dependencies like pandas, requests, and py4j.

The library is intended for teams already using DataRobot who want to simplify their inference code. It abstracts the complexity of multiple prediction backends into a single entry point. The package is aging (last release 233 days ago), so while it remains functional, updates and bug fixes may come slowly.

Use it for:

  • Standardize prediction calls across multiple DataRobot model types in a single application.
  • Swap out prediction backends without rewriting inference code.
  • Build a prediction service layer that abstracts DataRobot implementation details from application logic.
  • Integrate DataRobot predictions into a larger ML pipeline with a consistent interface.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides a unified Python interface for making predictions using DataRobot's prediction methods, abstracting away implementation details to simplify model inference.

Yes, if you are already committed to DataRobot and want to simplify prediction code with a unified interface. The permissive license, low install friction, and lack of known vulnerabilities make it safe to use. However, the aging maintenance status means you should verify that the library supports your specific prediction methods and be prepared for slower issue resolution if problems arise.

Install

datarobot-predict on PyPI

pip

pip install datarobot-predict

uv

uv add datarobot-predict

poetry

poetry add datarobot-predict

Installing datarobot-predict

Before you install

Low install friction with a pure-Python wheel. Maintenance status is aging (233 days since last release), so expect slower response to issues, though the package remains functional for its core use case.

License in practice

Apache-2.0 is permissive; you can use this library in commercial and proprietary projects with minimal restrictions, provided you include a copy of the license.

Quickstart

pip install datarobot-predict

import datarobot_predict
# Use the library's prediction interface with your DataRobot models

Requires Python 3.8 or later; also depends on datarobot package and its transitive dependencies (pandas, requests, py4j, etc.).

Verify before relying

  • Whether the library works with all DataRobot model types or only a subset of prediction methods.
  • Whether py4j dependency is required for all use cases or only for specific prediction backends.
  • Current state of the official documentation and whether it covers all supported prediction methods.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 7 — pandas, click, py4j, datarobot, urllib3, requests, requests-toolbelt
Maintenance aging — 233 days since the last release
First released
Downloads 147,203/month — #11,074 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: datarobot_predict-1.13.5-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

datarobot prediction interfaceunified prediction librarydatarobot model inferenceprediction abstraction layerdatarobot predictions pythoncommon prediction interfaceswap prediction backends
datarobot-integrationprediction-abstraction

More Artificial Intelligence packages