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.10.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.10.tar.gz
.
File metadata
- Download URL: haisdk-0.0.10.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 | fdf99b2a188ddc7f91a7c2f2fc54cdeafc51ca0faf6447f904ad67ec5a3788ad |
|
MD5 | a5835572b03b00b6eef2dceee01e3219 |
|
BLAKE2b-256 | 9544bb07af99dafd44d1ecd1078f67f441bc6e531903cc48c51fe074ed6ffd3d |
File details
Details for the file haisdk-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.10-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 | dde837a32a8601a9cb3c45420f01f2d4044fe6edff25efff073b06afb741a188 |
|
MD5 | beeaa4368ef7d0ff65fd87b031290742 |
|
BLAKE2b-256 | 1ea3ac5c98e6953608d74ebee6b345f95e933ee6369103913d8fa034af3dd536 |