This jupyter notebook file has the details of loading the adult data-set to solve classification problem.
The steps i have followed:
- loading the datasets
- preprocessing the data
- splitting the data for feeding the classifier models
- feature seletion
- classifer models
- hyper-parameter optimization.
**note this project is not yet completed **