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.5.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.5.tar.gz
.
File metadata
- Download URL: haisdk-0.0.5.tar.gz
- Upload date:
- Size: 4.9 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 | cace4adc750e06425ad395729619518c8e6468da88e83b2368e5f6e760aa7e91 |
|
MD5 | 025e864d46d4f21f4ccb3102ea106cd4 |
|
BLAKE2b-256 | f4a4f6e0221587ba2d71f67161a30fc1df16a716e98c5cdda0750bcb5159734f |
File details
Details for the file haisdk-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.5-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 | 886ff6332e25d0559b9d1af4bfcba497f0bee5a9b3a186d725d31423ed3b797c |
|
MD5 | f07b25c6d36bf801ad2b819e7f456bc5 |
|
BLAKE2b-256 | 801f74115b48509fcd661935fc8eaff569ee43f2764518c304e55749316e616b |