Question 2:
For a machine learning progress, how should you split data for training and evaluation?
Answer options:
A. Use features for training and labels for evaluation. B. Randomly split the data into rows for training and rows for evaluation. C. Use labels for training and features for evaluation. D. Randomly split the data into columns for training and columns for evaluation.