Image data
This is incorrect. Image data is unstructured data composed of collections of pixels. It is not data arranged in chronological order for predicting future values.
A retail company has accumulated five years of monthly sales data. The data is arranged in chronological order, contains seasonal cycles and trends, and the company wants to use this ordering to predict future values. Which data type BEST describes this data?
Identify the data type that is arranged chronologically and used for future prediction.
Image data
This is incorrect. Image data is unstructured data composed of collections of pixels. It is not data arranged in chronological order for predicting future values.
Text data
This is incorrect. Text data is data composed of natural language sentences. It is not data arranged in chronological order for predicting future values.
Time series data
This is correct. Time series data is data arranged in chronological order and is used for predicting future values by capturing trends and cycles. Sales, temperature, and sensor readings over time are typical examples.
Unlabeled data
This is incorrect. Unlabeled data is a classification used for training based on whether correct answers (labels) are attached or not. It is a different perspective from the structural data type of 'arranged in chronological order.'
Key characteristics of time series data:
- Data arranged in chronological order (such as sales, temperature, and sensor readings over time).
- Suited for predicting future values by capturing time-based trends and cycles.
Image (unstructured), text (natural language), and unlabeled (a training classification with a different perspective) are different data types.