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.15.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.15.tar.gz
.
File metadata
- Download URL: haisdk-0.0.15.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.18 Linux/6.2.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 593c96854163095da703196c8539a5b6c0f7d1cf049ba201b3d714249ee21e84 |
|
MD5 | d8bca66d46b970016635986bb0617f25 |
|
BLAKE2b-256 | b7a289dd863d2b2dcf019b53427261d012341f6012c53a624b830cba5bf5a137 |
File details
Details for the file haisdk-0.0.15-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.15-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.18 Linux/6.2.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3341b9e6d0ecdca41844c5921887db77373db31c8026bb5dbc03113e01dc401b |
|
MD5 | 0293c368969a09dc5fbe6e71a2990ab3 |
|
BLAKE2b-256 | a99592a941e25bff510067c3f489cba4dd578c20f4c62a0703e33ebe5fea1d8f |