Skip to content

Latest commit

Β 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Adult Income Classification Using Machine Learning

This project is focused on building and evaluating multiple machine learning models to predict whether an individual's annual income exceeds $50K, based on demographic and employment-related attributes from the Adult Census Income Dataset.

πŸ“Œ Project Highlights

  • βœ… 91.39% Accuracy Achieved using Gradient Boosting
  • βœ… Compared 4 algorithms: Logistic Regression, Random Forest, Gradient Boosting, XGBoost
  • βœ… Used Optuna for hyperparameter optimization
  • βœ… Applied SMOTE for class balancing
  • βœ… Performed detailed data cleaning, encoding, and scaling
  • βœ… Real-world dataset: Adult Census Income Dataset (large, noisy & imbalanced)

πŸ“‚ Dataset Info

  • Source: Kaggle (UCI Adult Dataset based, Pakistan-based version)
  • Target Column: income (<=50K or >50K)

Example Row:

age,workclass,education,marital.status,occupation,relationship,race,sex,capital.gain,hours.per.week,native.country,income
41,Private,Bachelors,Married,Exec-managerial,Husband,White,Male,0,40,United-States,>50K

About

This project is focused on building and evaluating multiple machine learning models to predict whether an individual's annual income exceeds $50K, based on demographic and employment-related attributes from the **Adult Census Income Dataset**.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages