Skip to content

Mamoth111/ML_income_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Adult Income Prediction Project

Overview

This project focuses on building machine learning models to predict the income level of individuals based on various demographic and employment-related features.

Dataset

The dataset used in this project contains information about individuals including their age, education, occupation, etc., as well as their income level (whether it's above or below $50K per year). The dataset is available in the file adult_income_data.csv.

Files

  • adult_income_data.csv: The dataset containing information about individuals and their income levels.
  • Adult_Income_Prediction.ipynb: Jupyter Notebook containing the code for data analysis, exploratory data analysis (EDA), outlier analysis, visualization, and building machine learning models.

Data Analysis

  • Exploratory data analysis (EDA) is performed to understand the structure and characteristics of the dataset.
  • Outlier analysis is conducted to identify and handle outliers in the data.
  • It is very comprehensive project for data analysis and data manipulation methods, like encoding, data discretization, classification etc.

Machine Learning Models

Encoding and other required data manipulation methods are also used.

  • Machine learning models are built using various classification algorithms such as logistic regression, decision trees, random forests, etc.
  • Hyperparameter tuning is performed to optimize the performance of the models.

Results

  • The performance of the machine learning models is evaluated using appropriate classification metrics such as accuracy, precision, recall, F1-score, etc.
  • The predictions of the models are compared with actual income levels to assess their effectiveness.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published