Hynn01
Hynn01
- Since data-science-types stopped development, using mypy and data-science-types to infer pandas's type can sometimes cause error. - Currently inplace-pandas checker and unneccessary-iteration-pandas still use mypy and data-science-types to infer...
This is usually a false positives for hyperparameter checkers.
- 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...