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.1.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.1.tar.gz
.
File metadata
- Download URL: haisdk-0.0.1.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 | 0d6954deca955702b7107539422e0b41fd4242cfbca37f96b09b18445752d289 |
|
MD5 | 48cbe7aec6ee6cd71088ad27d8a52de6 |
|
BLAKE2b-256 | 669228b2656f3a52310793c109e2c87af71a239aff6791ad96c0df52df050375 |
File details
Details for the file haisdk-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.1-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 | 58de8a19941f53edd047a9107b6143dc3fb4fe8da1fda33731c32bcf74ebbfc2 |
|
MD5 | 637eb7013af9604182b5c3b87fe9a852 |
|
BLAKE2b-256 | 46cd3a11e82199140aa7eaa0f5e0f99b40d766b3e5223d53ffd84d5cb3badaa8 |