Skip to content

Exploratory Data Analysis on Adult Dataset by UCI and building a machine learning model to predict the income variable.

Notifications You must be signed in to change notification settings

riyag283/Income-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Task Perform a detailed Exploratory Data Analysis and after that build a machine learning model to predict the income variable.

Dataset can be downloaded from this link -www.cs.toronto.edu/~delve/data/adult/desc.html Find more details about the dataset here - www.cs.toronto.edu/~delve/data/adult/adultDetail.html

The data is imported and cleaned. Missing values and duplicate values are removed. EDA is done on the data and important features are extracted. Finally, models are fitted and tested. Out of logistic regression, support vector classifier, decision test, random forest and gaussian naive bayes, Support Vector Classifier performs the best with 83.41% accuracy, 70.19% precision, 58.1% recall and F1 Score = 0.6356.

About

Exploratory Data Analysis on Adult Dataset by UCI and building a machine learning model to predict the income variable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published