Skip to main content

Holistic AI SDK Library

Project description


Holistic AI

The Holistic AI SDK is a library that provides integration with the HAI Platform

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


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.3.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

haisdk-0.0.3-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file haisdk-0.0.3.tar.gz.

File metadata

  • Download URL: haisdk-0.0.3.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

Hashes for haisdk-0.0.3.tar.gz
Algorithm Hash digest
SHA256 d77e204ae813269688fb806fc9d828db22ce0f63fcbd3b53942799bda5ed3835
MD5 cb437fad4ed6312b32b3208734301585
BLAKE2b-256 ba261eee681ba133d5879bacb9493e73a39288702081f3f381e986e9ae68dac6

See more details on using hashes here.

File details

Details for the file haisdk-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: haisdk-0.0.3-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

Hashes for haisdk-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 05e3d9ad0a1e28e8ee73537eb818a9d6bad0426fbe841e94a407c3a00d67a085
MD5 a079cee0e906211439097a4f3cc44b4b
BLAKE2b-256 f2d292d57ac318388a1610e01b586b7da7d92eae7af009e0d77a072910d6bc84

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page