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.9.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.9.tar.gz
.
File metadata
- Download URL: haisdk-0.0.9.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 | 126f17300342b7b96df3fe16c8e1ee5388f47b68f1b9a43cf7d95fa5b2d0f084 |
|
MD5 | 6cf4e9190860671555fe77ab90288404 |
|
BLAKE2b-256 | 9d1e61532711500a43a0eaae6c9d8dfd29a9faa2a6c6ba9104bf6cc0395d0947 |
File details
Details for the file haisdk-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.9-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 | d1235b26527b0f4991230602f8a69ea24f715fcdf4e48670d8cb06df204ca33d |
|
MD5 | 5bb87d72352b3c60a7f29be40c6e48d3 |
|
BLAKE2b-256 | 3e60aa28b2a305e4d756c71b6dbe0d0caa57a475abd8def78c466ac33630b621 |