Metadata-Version: 2.1
Name: datarobot-predict
Version: 1.9.5.dev0
Summary: DataRobot Prediction Library
License: Apache-2.0
Author: DataRobot
Author-email: support@datarobot.com
Requires-Python: >=3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=7,<9)
Requires-Dist: datarobot (>=2.17)
Requires-Dist: pandas (>=0.15)
Requires-Dist: py4j (>=0.10.7,<0.11.0)
Description-Content-Type: text/markdown

# About
DataRobot Prediction Library is a Python library for making predictions using various prediction methods supported by DataRobot.
The intention is to provide a common interface for making predictions, making it easy to swap out the underlying implementation.

For more info, see the [official documentation](https://datarobot.github.io/datarobot-predict/).
