Skip to main content

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

If you're not sure about the file name format, learn more about wheel file names.

whylogs_container_client-0.0.1-py2.py3-none-any.whl (25.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file whylogs_container_client-0.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for whylogs_container_client-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 677be888ff58b6c30272ca1255d79e138d6d9e4bad321449f351eaed48f5e9e8
MD5 6d146e2544be2effd370a0ceff9add44
BLAKE2b-256 1702e051b6ba448b09f040ea981eb4351c8bbcc67475114558c1741328882871

See more details on using hashes here.

Supported by

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