Python SDK install
For programmatic access to Hazy's synthetic data engine, a Python SDK client library is provided. This allows for building
configurations, & running analysis, training, and generation jobs from a Python (3.8.0+
) environment.
Installation¶
The SDK is installable from releases.hazy.com
. You can add this as a packages dependency by editing your
~/.pip/pip.conf
as follows:
~/.pip/pip.conf
[global]
extra-index-url = https://[Username]:[Password]@release.hazy.com/simple
Installing the SDK to a Python environment is then achieved by running:
pip3 install hazy_client2
A getting started guide for the client library is available here.