List of questions
Related questions
Question 154 - Professional Machine Learning Engineer discussion
You work for a retail company. You have a managed tabular dataset in Vertex Al that contains sales data from three different stores. The dataset includes several features such as store name and sale timestamp. You want to use the data to train a model that makes sales predictions for a new store that will open soon You need to split the data between the training, validation, and test sets What approach should you use to split the data?
A.
Use Vertex Al manual split, using the store name feature to assign one store for each set.
B.
Use Vertex Al default data split.
C.
Use Vertex Al chronological split and specify the sales timestamp feature as the time vanable.
D.
Use Vertex Al random split assigning 70% of the rows to the training set, 10% to the validation set, and 20% to the test set.
Your answer:
0 comments
Sorted by
Leave a comment first