dslinter
dslinter copied to clipboard
Add a new data-leakage checker
- 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.