JoshVarty / KaggleUtils

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

Automatically check distribution of the target in the train and test set. #8

Open JoshVarty opened 5 years ago

JoshVarty commented 5 years ago

Apparently sometimes the contest organizers don't tell the truth so we should always check this ourselves. Automatically check distribution of the target in the train and test set.

JoshVarty commented 5 years ago

data['TARGET'].value_counts()