Skip to content

MubarizKhan/income-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Adult Income Prediction

This project uses the Adult dataset from the UCI Machine Learning Repository to predict whether income exceeds $50K/yr based on census data. The approach involves data preprocessing, exploratory data analysis, and modeling using neural networks and ensemble methods.

Prerequisites

Before running this project, ensure you have the following installed:

  • Python 3.6 or higher
  • Pandas
  • NumPy
  • Matplotlib
  • Seaborn
  • Scikit-learn
  • Keras (with TensorFlow backend)

You can install the required packages using the following command:

pip install pandas numpy matplotlib seaborn scikit-learn keras tensorflow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published