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.8.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.8.tar.gz
.
File metadata
- Download URL: haisdk-0.0.8.tar.gz
- Upload date:
- Size: 5.0 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 | d01e7c3e995671adb609755cea676b3c8a39382ce1f5aaed2f0c09e150e2e114 |
|
MD5 | ea33c08da81c1b84cf687ab6482d1caa |
|
BLAKE2b-256 | 2a26345f93888f4235227e75a4a42dad983b24a69bfa96892ea6ee028cf11c39 |
File details
Details for the file haisdk-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.8-py3-none-any.whl
- Upload date:
- Size: 7.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 | a18bd8ad48c1df1e0018660026a4e9578643252b75b889c7c44a5a3eb100a653 |
|
MD5 | fb47cdec634ca6d45cfdf22271e46e5b |
|
BLAKE2b-256 | c29b0941c7c004b637574144004314b694d7bc97f5b00f3e6636464036d5a1d9 |