Workbench Bridges: End User Application Bridges to Workbench/AWS
Project description
Workbench Bridges
End User Application Bridges to Workbench/AWS ML Pipelines.
Installation
pip install workbench-bridges
Examples
Application invocation of an Endpoint on AWS.
import pandas as pd
# Workbench-Bridges Imports
from workbench_bridges.endpoints.fast_inference import fast_inference
if __name__ == "__main__":
# Data will be passed in from the End-User Application
eval_df = pd.read_csv("test_evaluation_data.csv")
# Run inference on AWS Endpoint
endpoint_name = "test-my-endpoint"
results = fast_inference(endpoint_name, eval_df)
# A Dataframe with Predictions is returned
print(results)
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
workbench_bridges-0.1.9.tar.gz
(31.2 kB
view details)
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 workbench_bridges-0.1.9.tar.gz.
File metadata
- Download URL: workbench_bridges-0.1.9.tar.gz
- Upload date:
- Size: 31.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f19246b439e562e6dc237b5355b2cab1ded602bace2dba82a90bf48494ae766
|
|
| MD5 |
4ba4ef0ca93273dd8136b2cddd97b00b
|
|
| BLAKE2b-256 |
13ec0ab1ca496ffa69730309e1c3526fd041d8e35211ac773a9edde6794538d9
|
File details
Details for the file workbench_bridges-0.1.9-py3-none-any.whl.
File metadata
- Download URL: workbench_bridges-0.1.9-py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2824ec2d774936843732de061e03a777ee030c7fcb7d5de90ecea7496ab4182d
|
|
| MD5 |
2e51c2800d2e817aa13d6bbc6374706e
|
|
| BLAKE2b-256 |
cd620a110621efcba917ee30923e57dba3687ee1b724861161a15a0cf7916cba
|