Skip to main content

Python client for H2O Driverless AI.

Project description

H2O Driverless AI Python Client

An intuitive Python client for H2O Driverless AI.

Getting Started

Installation

pip install driverlessai
conda install -c h2oai driverlessai

Usage

Connecting to H2O Driverless AI

import driverlessai

client = driverlessai.Client(address="http://localhost:12345", username="py", password="py")

Create a dataset

dataset = client.datasets.create(
    data="s3://h2o-public-test-data/smalldata/iris/iris.csv", 
    data_source="s3", 
    name="iris.csv",
)

Create an experiment

experiment = client.experiments.preview(
    train_dataset=dataset,
    target_column="C5",
    task="classification",
    name="iris-experiment",
)

For more information, see the Driverless AI Python Client documentation.

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.10.0.

Support

For additional support, please contact our support team.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

driverlessai-1.11.1.post1-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

File details

Details for the file driverlessai-1.11.1.post1-py3-none-any.whl.

File metadata

  • Download URL: driverlessai-1.11.1.post1-py3-none-any.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for driverlessai-1.11.1.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 fdf41f0c839b41121c4c97501cdd6112a8e9bb2f43dd7cb8749205a97aadc60e
MD5 197b5851b0721a248ca716eeb4b6128e
BLAKE2b-256 241ba1027490f2d23242cd97b5ebec0986318c2dffb5d4b9dcd3aa3df6d2b884

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page