
Explanation:
The correct answer is C. identity_col. This parameter is crucial because it specifies the column(s) that uniquely identify each time series in a dataset, enabling the forecasting model to distinguish between multiple series.
For example, in a dataset with sales figures across various products and stores, identity_col would be set to the product ID and store ID columns to uniquely identify each series, while time_col would point to the date column. This setup ensures accurate, separate forecasts for each unique series combination.
Ultimate access to all questions.
In the context of a time series forecasting task aimed at multi-series forecasting, which parameter is essential for identifying the column(s) that uniquely distinguish each time series within your dataset?
A
output_database
B
frequency
C
identity_col
D
time_col
No comments yet.