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
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.4.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.4.tar.gz
.
File metadata
- Download URL: haisdk-0.0.4.tar.gz
- Upload date:
- Size: 4.8 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 | 0875cd766f2563489586acb4554513454e6764aee86ef038eb53d373aa60400b |
|
MD5 | 2928d4bfd7d3a6366953f7b57e06ddd6 |
|
BLAKE2b-256 | f008dba7be58dac39e77945d2919e497ab471e82f36d4f3a2735c627a4af79dd |
File details
Details for the file haisdk-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.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 | b5bea66b2a3108768b384f9765d549967d93d5d48cd0bf62cb7157d6c0ad5f85 |
|
MD5 | 761f9577506cb2e36861fece28eddaac |
|
BLAKE2b-256 | d89dff8579e9a61e11f7ffc8e00ca0ef961d3e1f1e40e14a115dc4717477df9f |