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?

1 / 1
Select an answer
CorrectC

Explanation

Identify the data type that is arranged chronologically and used for future prediction.

  • 1arranged in chronological orderObservation points arranged in sequence = time series data
  • 2predict future valuesThe typical use case of time series: predicting the future from trends and cycles
AIncorrect

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.

BIncorrect

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.

CCorrect

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.

DIncorrect

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 Takeaway

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.