Google Cloud Digital Leader — Question 130

A cinema company wants to build a model to predict customer visit patterns for the coming year. They have three years of customer visit data across 300 theaters; however, the data has been stored in different formats by different theaters. They must train the ML model. What should they do?

Answer options

Correct answer: B

Explanation

The correct answer is B because transforming the data into a consistent format is essential for training an accurate ML model. Option A is incorrect as using only the last year's data may not provide enough information for reliable predictions. Option C is not ideal since it complicates the model training process and requires managing multiple models. Option D is also incorrect because while some ML models can handle different formats, ensuring consistency in data is a more effective approach.