Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 649 Bytes

File metadata and controls

14 lines (11 loc) · 649 Bytes

Census-Income-Project

Description In this project, initially we preprocess the data and then develop an understanding of different features of the data by performing exploratory analysis and creating visualizations. Further,after having sufficient knowledge about the attributes, performed a predictive task of classification to predict whether an individual makes over 50K a year or less,by using different Machine Learning Algorithms. Domain Social Tasks Done

  1. Data Preprocessing:

a) Replaced all the missing values with NA. b) Removed all the rows that contain NA values. c) Removed all whitespaces from the columns.

  1. Data Manipulation: