How did you validate your model? Hold-out method? Cross-validation? Why?

Data Science Interview QuestionsCategory: Data ScienceHow did you validate your model? Hold-out method? Cross-validation? Why?
1 Answers
Paras answered 6 years ago

Hold out method (Splitting the dataset into train & test dataset. Example: 80% & 20%) and then follow that up with cross-validation.
This might be followed up with deep dive questions on cross-validation.

Your Answer

10 + 1 =