dslinter icon indicating copy to clipboard operation
dslinter copied to clipboard

Add a new data-leakage checker

Open Hynn01 opened this issue 3 years ago • 0 comments

  • https://hynn01.github.io/ml-smells/posts/codesmells/21-data-leakage/
  • The checker's rule: If the variable in the train_test_split function is ever assigned to a preprocessing function with fit() or fit_transform() call, it's possible that there is a data leakage.

Hynn01 avatar May 27 '22 08:05 Hynn01