Question: What is one reason not to use the same data for both your training set and your testing set?

  1. You will almost certainly underfit the model.
  2. You will pick the wrong algorithm.
  3. You might not have enough data for both.
  4. You will almost certainly overfit the model.

Answer: The correct answer of the above question is Option D:You will almost certainly overfit the model.