Adult Census Income Dataset
Contents
Adult Census Income Dataset¶
This particular adult census income dataset is a mix of mostly categorical attributes with a few continuous ones. The goal is to predict which side of the $50,000 threshold an adult is making.
You can read more of the description of the dataset from its UCI ML Repo page.
Data Preprocessing¶
For the train-test split, we use the original train-test split of the dataset, as provided.
We don’t do any further preprocessing of the data.