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.7.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.7.tar.gz
.
File metadata
- Download URL: haisdk-0.0.7.tar.gz
- Upload date:
- Size: 4.9 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 | bc67839c8f31cad86fde215dc6133f0dc383a9ccae47af4a55463bf73b63c51d |
|
MD5 | 32e74149a49eb719c9d0fbe64d7648c4 |
|
BLAKE2b-256 | d06ed72d99e52949528ccdc5367abc96f8dbaea7104046030ff983c1cc95fa65 |
File details
Details for the file haisdk-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.7-py3-none-any.whl
- Upload date:
- Size: 7.3 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 | 02a2d6a773bcc436953521014ca22bc82d324f940599fdf46b7453756eac426c |
|
MD5 | c4b09275916f471e216c9bc4a599c6e5 |
|
BLAKE2b-256 | 180a25aa25e2f9a3c23c6086bcdcbddacb691f21e7e61ee57bdde4d18068f0db |