datarobot-predict
DataRobot Prediction Library
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-predictuv
uv add datarobot-predictpoetry
poetry add datarobot-predictInstalling 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
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
datarobot-drumDRUM is a command-line tool for developing,…
permissive · top 15,000 on PyPI
datarobotA Python client library for programmatically…
unclear · top 15,000 on PyPI
datarobot-genaiA toolkit for building and deploying AI agents…
permissive · top 15,000 on PyPI
mhctoolsUnified Python interface to multiple MHC…
permissive · top 15,000 on PyPI
inference-modelsLoads and runs computer vision models from…
unclear · top 15,000 on PyPI
dartsDarts provides forecasting and anomaly…
permissive · top 15,000 on PyPI
replicateA Python client for running machine learning…
permissive · top 5,000 on PyPI
datarobot-moderationsEnforces content moderation on LLM prompts and…
unclear · top 15,000 on PyPI
cachelibCacheLib provides a unified API for interacting…
permissive · top 5,000 on PyPI