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 use the haisdk
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.13.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.13.tar.gz
.
File metadata
- Download URL: haisdk-0.0.13.tar.gz
- Upload date:
- Size: 6.2 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 | 175c874a76e48531ed12ebd12b6cea5050264211aeaaa1c1c6dd37a74d361f3e |
|
MD5 | 077684548279cbe0baf63e03228ccdb1 |
|
BLAKE2b-256 | 807bf5c48ca28a1f72acc9b4cbf1e7ef50f60c105e4ff9b6470dbaf81fd19366 |
File details
Details for the file haisdk-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.13-py3-none-any.whl
- Upload date:
- Size: 9.4 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 | 9e7cc51cf2b09a40ecadde79c3bff313fa06db14fab8e90b300438ba98b4646c |
|
MD5 | 76dc2de0dec49721abbccb9a7a6c55d8 |
|
BLAKE2b-256 | 2c56ea0cc72e986d9a033c1b3abeebd14819f65a3336ebf31000a8629ef9aa7d |