This guide explains how to install the Sulie SDK and its dependencies. The SDK provides a Python interface to interact with Sulie’s forecasting capabilities.Documentation Index
Fetch the complete documentation index at: https://docs.sulie.co/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisite You should have installed Python (version 3.8 or higher).
SDK Installation
You can install the Sulie SDK using pip:Dependencies
The Sulie SDK requires the following Python packages, which are automatically installed when you install the SDK:requests: For making HTTP requests to the Sulie API.pandas: For data manipulation and handling time series data.pyarrow: For efficient data serialization and transfer.tqdm: For progress tracking during data upload and processing.
Verifying Installation
You can verify your installation by importing the SDK in Python:Troubleshooting
Here’s how to solve some common problems when working with the SDK.Dataset does not exist
Dataset does not exist
Make sure you create a dataset first using the SDK:
Model not found
Model not found
When fine-tuning the Mimosa foundation model, it is important to wait for
the confirmation email sent to administrators of your Sulie organization
acknowledging that fine-tuning has completed. This may take up to an hour.