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.16.tar.gz
(6.5 kB
view details)
Built Distribution
haisdk-0.0.16-py3-none-any.whl
(10.0 kB
view details)
File details
Details for the file haisdk-0.0.16.tar.gz
.
File metadata
- Download URL: haisdk-0.0.16.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.18 Linux/6.2.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c48591a819f3c799393edab86ee65eae26a75f0fb9bca42e9c15a2065ae8bd8 |
|
MD5 | a254117ca76d308e8777b5162c43ca33 |
|
BLAKE2b-256 | 434d255e95e961d2d07d1dab58e3b49bed97809de9dd8044349700b5a58cf76e |
File details
Details for the file haisdk-0.0.16-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.16-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.18 Linux/6.2.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b309dac66058450046dcc87ff6f0ab88409186d6363828feac0f38d6bcfc617d |
|
MD5 | 236cedf119d91083a8cd8ae988a884ed |
|
BLAKE2b-256 | a2ea47311c345731604c53479ea343b7ed8a9b4ded48b3a4c7d5a6acc6fbbac8 |