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.12.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.12.tar.gz
.
File metadata
- Download URL: haisdk-0.0.12.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 | 7e150df48ab1149e833fe19fe5eac7605ce4edd1d6988e646d7ebbf04d887ddf |
|
MD5 | fecbce0aa510400f3803b6c366e51543 |
|
BLAKE2b-256 | 07772398a26b03fddc2c92f215efcf62e8605bb7a748fb1577c29f7637e9d424 |
File details
Details for the file haisdk-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.12-py3-none-any.whl
- Upload date:
- Size: 8.2 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 | 50abd4137294093d080e070cd729c3341fffc5933a09d6d82ae10a4475a2a4a5 |
|
MD5 | f5a2bb9f134f5214df56471a686024a4 |
|
BLAKE2b-256 | 80f0aaf72db8d4c5a6b904eb68e81045d5e2c3011f5f49b42bc376f2bd68746b |