Imbalanced Classification with the Adult Income Dataset

Many binary classification tasks do not have an equal number of examples from each class, e.g. the class distribution is skewed or imbalanced. A popular example is the adult income dataset that involves predicting personal income levels as above or below $50,000 per year based on personal details such as relationship and education level. There […]

The post Imbalanced Classification with the Adult Income Dataset appeared first on Machine Learning Mastery.

Comments