Skip to content

Leaner14/DataScience_SalaryPredict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

DataScience_SalaryPredict

This project predicts the salary of data science professionals based on various job-related features using a machine learning model. It includes a web app built using Streamlit, trained and deployed through Google Colab.

🚀 Features

  • Predicts salary in USD based on job details
  • Handles categorical encoding using LabelEncoder
  • Uses models use Gradient Boosting Regressor
  • Streamlit interface for interactive user input
  • Visualizations matplotlib
  • Saved model and encoders using joblib

Project Workflow

1. Data Preprocessing
- Handle missing values
- Encode categorical variables using `LabelEncoder`
2. Model Training
- Split dataset into training and testing sets
- Trained using `GradientBoostingRegressor`
3. Model Evaluation
- Metrics: MAE, RMSE, R² Score
- Feature importance visualization
4. Result
  • MAE: 957.4296786173261
  • RMSE: 4431.804635661977
  • R² Score: 0.996337643891413

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors