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.11.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.11.tar.gz
.
File metadata
- Download URL: haisdk-0.0.11.tar.gz
- Upload date:
- Size: 5.3 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 | 525a86b87efcadd0a1cb43b4f3d8249850a903ad93b21226590389c84b0704f2 |
|
MD5 | 8b84146812c369420a2a4f24e157f4a2 |
|
BLAKE2b-256 | cf4d6a890fa31caf3b92ac4b18812574491bf17c77da17ea98996f223f2ab550 |
File details
Details for the file haisdk-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.11-py3-none-any.whl
- Upload date:
- Size: 8.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 | eb12077ab76bef4495719e949c39002a6f637cb3af1ca364c5bfd24710947002 |
|
MD5 | f64ae463e3ebaf45d05eac0706ea6103 |
|
BLAKE2b-256 | 47beddccd8c8742ba6168e2c115e148ec2aeca1c730d1ebb569cf0c04eb417c3 |