Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 629 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 629 Bytes

Adult-Census-Income

Overview

This data set contains information about age, gender, occupation, education, workclass of 32,000 people from US. I have created a machine learning model to predict whether a salary of a person is greater than $50K or not

View the Project Here

The project involved data assessment and cleaning, performing EDA and drawing conclusions from the data. Trained a AdaBoost model to predict income with 85.44% quality.

Technologies Used

  • Python, Numpy, Pandas, Matplotlib, Seaborn
  • Jupyter Notebook