Data science modeling prerequisites
Before you can train a data science model, you must complete the following required tasks. These tasks are required for both Tonic Cloud and for self-hosted Tonic instances.
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 on your system, run the following command from your terminal:
pip install tonic-api tonic-reporting
For details about the Python libraries, see:
To train a data science model, you must have a Tonic API token.