Driverless AI Python Client

The Driverless AI Python client provides an API to easily interact with a Driverless AI server.

Supported Driverless AI Servers

The client version number indicates the most recent Driverless AI server supported by that specific client version. However, all client versions are backwards compatible with Driverless AI servers down to version 1.9.0. The following is a list of supported Driverless AI server versions:

  • 1.9.0 - 1.9.3.3 (Deprecation warning: Support for version 1.9.x will be removed in the upcoming 1.10.7 release.)
  • 1.10.0 - 1.10.6.2

Requirements

  • python >=3.7,<3.12
  • requests
  • tabulate
  • toml

Warning

Support for Python 3.7 will be dropped from v1.10.7 onwards.

Feature Support

The client does not currently support the following Driverless AI features:

  • Diagnostics
  • Deployments
  • MLI BYOR (partial support)
  • mTLS authentication
  • Recipe management

If there are any features you’d like like to see in the client, please let us know at support@h2o.ai.

Additional Resources

Have Questions?

If you have questions about using Driverless AI, post them on the H2O.ai Community Slack workspace in the #driverless-ai channel. If you have not signed up for the H2O.ai Community Slack workspace, you can do so here: https://www.h2o.ai/community/.

Have Feedback?

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

Table of Contents

Misc.