What is data leakage?
- A Information unavailable at prediction time influencing training
- B Sensitive data being exposed publicly
- C Memory not being freed
- D Losing rows during a join
Answer
Information unavailable at prediction time influencing training
It produces excellent validation scores and a model that fails in production, and is the most common serious mistake in applied ML.





