
Answer-first summary for fast verification
Answer: identity_col
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. - **output_database** is not relevant for identifying time series; it's used to define where forecasting results are stored. - **time_col** is important for indicating the column with timestamps but doesn't differentiate between multiple series. - **frequency** describes the time interval between observations (e.g., daily, weekly) but doesn't help in identifying distinct 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.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.