Python client for Fiddler Service
Project description
Fiddler Client
Python client for interacting with Fiddler. Provides a user-friendly interface to our REST API and enables event publishing for use with our monitoring features.
Requirements
Requires python >= python-3.6.3.
Installation
$ pip3 install fiddler-client
API Example Usage
For examples of interacting with our APIs, please check out the tutorial notebooks:
Tutorial 01: Uploading Datasets and Models
Tutorial 02: Controlling Fiddler from the Notebook
Event Publisher Example Usage
To use the Fiddler package to publish events for monitoring, please adapt the example below to fit your needs.
import fiddler as fdl
fiddler_publisher = fiddler.Fiddler(token, org, project, model)
# Publish and event. An event is a dictionary of fields where fields correspond to
# input and output schema of the model.
fiddler_publisher.publish_event({
"feature_a": 10.5,
"feature_b": 3.2,
"prediction": 0.72
})
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 Distribution
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 fiddler-client-0.3.4.1.tar.gz.
File metadata
- Download URL: fiddler-client-0.3.4.1.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
479956e971fd195270b4acbfa9cee8ff476e4a679868149a210f8547b14cfc46
|
|
| MD5 |
efc1c6ae006e05c13336834903ee4d00
|
|
| BLAKE2b-256 |
5c6fa2e9d779726108e6408e4f34d16542cbc9c31faf715fb95762afcf2c3a5d
|
File details
Details for the file fiddler_client-0.3.4.1-py3-none-any.whl.
File metadata
- Download URL: fiddler_client-0.3.4.1-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0a2f1fa19c3ea17ceecc09e543a3a33774569205424cebbe14441b9b8eec99f
|
|
| MD5 |
af0533693228dab25cd01ac84ea613a1
|
|
| BLAKE2b-256 |
5ff6e21a4ff68067250c6eddcb1c52f8190b3405b12c93f1351b6b2207c48ddb
|