Holistic AI SDK Library
Project description
Holistic AI
The Holistic AI SDK is a library that provides integration with the HAI Platform
- Holistic Ai website: https://holisticai.com
Installation
Install the library with:
pip install haisdk
How to
Create a config
from haisdk.config import Config
config = {
'tenant_id': '',
'api_key': '',
'project_id': '',
'solution_id': '',
'instance_id': ''
}
session = Config(config=config)
Create an assessment
from haisdk.assessment import Assess
settings = {
'task': '',
'tbd': 'tbd'
}
assess = Assess(session=session, settings=settings)
assess.run(input=...,output=...,pred=...,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
haisdk-0.0.2.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.2.tar.gz
.
File metadata
- Download URL: haisdk-0.0.2.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.18 Linux/6.2.0-1012-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1fde4308fc7ad63e6e72afaf988cdfd6f200ca50e2d212ff8c50abaedacf4a9 |
|
MD5 | f19da0ab8270e705c0d8920b64b8ee8e |
|
BLAKE2b-256 | da290e4fdc866dd767d5f4a55d8d3cf1c7cdc0971ee3de6596e83a09d222c23e |
File details
Details for the file haisdk-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.18 Linux/6.2.0-1012-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc1dcb9d1443b37dbb7de36ced329f0ee27926c6adc8079bf37d3694a14b5e85 |
|
MD5 | 69e48c361034b1249f1182ef62203b2a |
|
BLAKE2b-256 | 0fe8ce23016fc6dce377bc535cd371f15ce17e991c203a58eb2826759fd7a154 |