Djinn
Search…
⌃K

Installing the data science library

This is required for both the hosted and self-hosted instances of Djinn.
The Tonic data science library provides Python libraries that allow you to use tools such as Jupyter Notebook to sample and train your data models.
To install the data science library, run:
pip install tonic-api tonic-reporting
For details about the Python libraries, see:
  • tonic-api - Allows you to access and sample trained models.
  • tonic-reporting - Allows you to assess the fidelity and privacy of a trained model.