Why are training set and test set kept separate?
Training set और test set अलग क्यों रखे जाते हैं?
Show answer and explanation
Correct Answer
A. model को नए data पर check करने के लिए / To check model on new data
ExplanationStep 1: Identify the concept: this is model evaluation. Step 2: The model learns from training data and its performance is checked on new examples using test data. Step 3: Remember train separate and test separate.
Step 1: concept पहचानें: यह model evaluation है। Step 2: Training data से model सीखता है और test data से उसकी performance नए examples पर check होती है। Step 3: Train अलग और test अलग याद रखें।