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.14.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file haisdk-0.0.14.tar.gz
.
File metadata
- Download URL: haisdk-0.0.14.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 | 74e331da6f9e2905e28984180cb46000b901291af36741d64286045a895374a5 |
|
MD5 | dba586b570c522e20994f0ecea962d7c |
|
BLAKE2b-256 | af225a2e64975f186154ceb6632f2cd1ee91075bd25403c04b0bc559803c5975 |
File details
Details for the file haisdk-0.0.14-py3-none-any.whl
.
File metadata
- Download URL: haisdk-0.0.14-py3-none-any.whl
- Upload date:
- Size: 9.5 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 | bb48eaaa34d4a231e6b3eaf60e118888f1a7f2b59f1f61695782ea99ebc4de56 |
|
MD5 | f0b5d6f286d22cd7991a5265b94f7a30 |
|
BLAKE2b-256 | 4baaf64847bd1998260a694e1acac2ba285cf5f84321c9d67da038b54c75e4b7 |