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
Release history Release notifications | RSS feed
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
File details
Details for the file driverlessai-1.11.1-py3-none-any.whl
.
File metadata
- Download URL: driverlessai-1.11.1-py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cef896d31f7a9e8900ae649dc9351ddc606831d68f6154b46561b375ab5badb2 |
|
MD5 | 2f93741c1ca75b8b28be4a3164363c75 |
|
BLAKE2b-256 | f045c17967c69a43bee402bf06041c234aefe7dceb310daeb11ce6bb46dfaf90 |