The exact term for this phenomenon is data leakage. Data leakage occurs when information from outside the training dataset is used to create the model, effectively allowing the model to peek at the answer key for the test data. During cross-validation, which is a technique used to evaluate how a model will perform on unseen data by parti....
Log in to view the answer