Google Cloud Professional Machine Learning Engineer — Question 47

You work for a large hotel chain and have been asked to assist the marketing team in gathering predictions for a targeted marketing strategy. You need to make predictions about user lifetime value (LTV) over the next 20 days so that marketing can be adjusted accordingly. The customer dataset is in BigQuery, and you are preparing the tabular data for training with AutoML Tables. This data has a time signal that is spread across multiple columns. How should you ensure that
AutoML fits the best model to your data?

Answer options

Correct answer: D

Explanation

The correct answer, D, emphasizes the need for a manual split of the data based on time signals, ensuring that the training set is distinct in time from the validation and testing sets. Options A, B, and C fail to adequately address the requirement of maintaining temporal integrity in the dataset, which is crucial for accurate predictions in time-sensitive scenarios.