Skip to content

YukiCodepth/SalarySense-Predictive-Analytics-for-Employee-Compensation

Repository files navigation

SalarySense: Predictive Analytics for Employee Compensation

This project was developed as part of the IBM SkillBuild AIML Internship. It aims to predict employee salary classes based on demographic and professional features using various machine learning algorithms.

πŸ“Œ Project Objective

To build a machine learning model that can accurately predict employee salaries using features such as education, experience, work class, and occupation. The model is intended to assist HR departments in making fair, data-driven salary decisions.

πŸ“‚ Dataset

  • Name: Adult Income Dataset
  • Source: UCI Machine Learning Repository
  • Attributes Used:
    • Education
    • Years of Experience
    • Work Class
    • Occupation
    • Marital Status
    • etc.

🧠 Technologies Used

  • Python 3.x
  • Jupyter Notebook
  • pandas, numpy
  • matplotlib, seaborn
  • scikit-learn

πŸ› οΈ Workflow

  1. Data Collection – Used Adult Income dataset
  2. Data Cleaning – Removed missing values and duplicates
  3. Feature Engineering – Label encoding of categorical columns
  4. Model Building – Trained Linear Regression, Decision Tree, and Random Forest
  5. Evaluation – Measured model performance using RΒ² Score and MSE
  6. Result – Random Forest Regressor gave the highest accuracy

πŸ“Š Results

Model RΒ² Score
Linear Regression 0.39
Decision Tree 0.56
Random Forest 0.78

βœ… Conclusion

Random Forest Regressor provided the most accurate predictions. The project demonstrates that machine learning can support fair and efficient salary estimation based on employee attributes.

πŸš€ Future Scope

  • Include more features like job performance, location, and company size
  • Improve accuracy using hyperparameter tuning and advanced models
  • Deploy as a web-based HR tool for real-time salary prediction

πŸ“Ž Repository Structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors