JoshVarty / KaggleUtils

A collection of utilities I use for EDA, feature engineering etc.
MIT License
1 stars 1 forks source link

Find problematic values in train and test #5

Open JoshVarty opened 5 years ago

JoshVarty commented 5 years ago

Automatically look for:

Maybe automatically run

and

for f in categorical_features:
  train[f] = train[f].factorize()
traintest.T.drop_duplicates()