Learn how to manage datasets for real-time forecasting and fine-tuning.
pd.DataFrame
to Sulie’s SDK;
however, the Datasets feature enables more advanced management, including:
pd.DataFrame
to the forecast
function.Dataset
class offers a
familiar interface similar to a Pandas DataFrame, allowing you to use familiar
Pandas operations for easy data handling.
Name | Description | Type |
---|---|---|
name | A unique identifier for your dataset. | required |
df | The source data as a Pandas DataFrame or another Sulie Dataset. | required |
mode | Determines how new data is handled - append or overwrite to replace all data. | optional |