No project description provided
Project description
Aporia Monitor as Code
This repository contains 2 parts:
- aporia - An unofficial SDK for Aporia
- mac - An IaC-style API for managing Aporia resources
SDK Usage
from aporia.aporia_api import Aporia
aporia = Aporia(
base_url="https://platform.aporia.com",
token="<APORIA_TOKEN>",
account="<APORIA_ACCOUNT_ID>"
)
my_model = aporia.create_model(...)
my_version = my_model.create_version(...)
my_monitor = my_model.create_monitor(...)
MaC Usage
import mac
my_model = mac.Model("credit-risk", {"name": "Credit Risk", ...})
dataset = mac.Dataset("serving", {"model": my_model}, {"type": "serving", "connection": ...})
mac.export(my_model)
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
aporia-0.1.0.tar.gz
(18.0 kB
view details)
Built Distribution
aporia-0.1.0-py3-none-any.whl
(28.6 kB
view details)
File details
Details for the file aporia-0.1.0.tar.gz
.
File metadata
- Download URL: aporia-0.1.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.10.11 Linux/5.15.0-1037-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3836f94d0f8e7da19890958087ca4a994bf519a20dfd0ca9b93c5aceb7f56d9 |
|
MD5 | 6e21708dd58d606a09238e12abb5b845 |
|
BLAKE2b-256 | 4bad01e6c8c410062b4ec7b188702bb05a2a9042ac45ac7845f388d9fb720656 |
File details
Details for the file aporia-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: aporia-0.1.0-py3-none-any.whl
- Upload date:
- Size: 28.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.10.11 Linux/5.15.0-1037-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cda4f2fa3c6ec4d4af76ae07d57075b252c753c64637f008d248c3e19e0523f2 |
|
MD5 | f1f3941b6be3d27aa2dd100cfd8fb13b |
|
BLAKE2b-256 | e98ce6d43dcdabb42ce8b7bc806ed67ec11de2bda5ff24d0eb322a9527582740 |