The Driverless AI Python client provides client API to access Driverless AI platform.
Packages
Quick Start
Start using Driverless AI Python API
1. Download the WHL package
wget /driverlessai-1.10.3.2%2Bpr.616.8-py3-none-any.whl
2. Install the driverlessai package using Pip
pip install driverlessai-1.10.3.2+pr.616.8-py3-none-any.whl
3. Start Python session and connect to a running Driverless AI instance
import driverlessai
client = driverlessai.Client(address='http://localhost:12345', username="user", password="pw")