Getting Started
This section will guide you through the steps required to install, configure, and use Sulie to generate accurate forecasts for your time series data. Getting started with Sulie is straightforward and requires minimal setup.
Create an Account
Start by creating an account through the Sulie dashboard. Once registered, navigate to the API Keys section where you can generate API keys for your organization. Each organization can have multiple API keys to manage different applications or environments. API keys are essential for authenticating your requests to the Sulie platform and accessing its forecasting and fine-tuning capabilities.
Installation
Install the Sulie Python SDK using pip:
The SDK provides a clean, intuitive interface to interact with Sulie’s foundation models.
Using the SDK
At the core of Sulie is the Dataset abstraction, which builds on Pandas DataFrames to represent your time series data. While Datasets can contain arbitrary data, they must include your target variable for forecasting. Here’s a simple example showing how to upload a dataset and generate forecasts: