Installation Manual - SDK
Introduction
The DQ0 SDK is a software development kit written in python 3.6 that can be used by Data Scientists to create custom model and data routines to be run inside the DQ0 data quarantine. This manual describes the installation procedure of the DQ0 SDK.
Prerequisites
The DQ0 SDK is available as a pypi package. It requires a python environment with python version 3.6 or higher.
Installation
To install the SDK use the pip package manager and run the following command from a local prompt:
pip install dq0sdk
Source Code
The DQ0 SDK is available as source code in a public github repository: https://github.com/gradientzero/dq0-sdk