Metadata-Version: 2.1
Name: driverlessai
Version: 1.9.0.4
Summary: Python client for H2O.ai Driverless AI.
Home-page: UNKNOWN
Author: H2O.ai
Author-email: support@h2o.ai
License: Proprietary License
Project-URL: Documentation, http://docs.h2o.ai/driverless-ai/pyclient/docs/html/index.html
Keywords: machine learning,api,python client,data science,artificial intelligence,h2o,ai
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: requests
Requires-Dist: tabulate
Requires-Dist: toml
Requires-Dist: tornado

Intuitive static Python client for Driverless AI

Goals

- Provide a stable API that will be backwards compatible with any code written for it, starting from Driverless AI 1.8.0 (in other words, when the client is updated, don't break any code that has already been written with the API).

- Be simple and intuitive to use.

- Provide comprehensive documentation.

Please send feedback to help improve the client and documentation to support@h2o.ai.


