Question 1
What is the primary risk of not performing a train-test split in a machine learning workflow?
The training time will increase.
The model might overfit the training data and perform poorly on new data.
The dataset may become unbalanced.
The model may fail to converge.
