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.6.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.6.tar.gz
.
File metadata
- Download URL: haisdk-0.0.6.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 | d033287553b8c93eed7c51b437cfa4fe04830adead213ed0dafc011fd0351de9 |
|
MD5 | ecf671a123f6224ec50d8e547333c34e |
|
BLAKE2b-256 | 2dcf6a1c12ddb7169a7247eea7b3bed42c37f91940eb09643b558d1285488d26 |
File details
Details for the file haisdk-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.6-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 | 6d5c474023bd132e3b6600bfe48b1cec47d7edfd5a2ad138d623d0d8b9235e85 |
|
MD5 | ac715a8a91f5e403232b0287cdc2acc1 |
|
BLAKE2b-256 | 85029a9642f6ca024575067d2a89402d066cb65ad3d4b808852b2cb87f002f85 |