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:
Last modified 3mo ago