This package is the auto generated python client for the whylogs container.
Usage
Install with
pip install whylogs-container-client
Examples
This example shows how you can bulk upload data from a pandas dataframe.
import pandas
from whylogs_container_client.api import Configuration, WhylogsApi, ApiClient
config = Configuration()
config.host = 'http://localhost:8080'
client = ApiClient(config)
whylogs_api = WhylogsApi(client)
df = pandas.read_csv('./data.csv')
multiple = df.to_dict(orient="split")
del multiple['index'] # get rid of this to min/max payload size
payload = {
'datasetId': 'model-1',
'multiple': multiple
}
whylogs_api.track(body=payload ,x_api_key='password')
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file whylogs_container_client-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: whylogs_container_client-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 25.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
677be888ff58b6c30272ca1255d79e138d6d9e4bad321449f351eaed48f5e9e8
|
|
| MD5 |
6d146e2544be2effd370a0ceff9add44
|
|
| BLAKE2b-256 |
1702e051b6ba448b09f040ea981eb4351c8bbcc67475114558c1741328882871
|