disha2sinha / Employee-Salary-Prediction

A project to Predict salary of employees using Linear Regression & display the results in GUI using Tkinter Module of Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Industrial-Training-Project-Linear-Regression

Employee HR DATABASE:

Original Dataset:

After converting CSV file to Pandas Dataframe:

Updated Dataset:

Added columns Age,conv(10% of salary) & total(salary+hra+conv)

Reports/Data Visualization:

Sum, Mean & Standard Deviation of Total, Salary ,HRA & conv Based on Gender:

State Wise Mean of Total , Salary ,HRA & conv:

Bar Plot with 'state' as X-axis and all mean values as Bars:

State Wise Sum of Total , Salary ,HRA & conv:

Bar Plot with 'state' as X-axis and all sum values as Bars:

Scatter Plot- Experience Vs Salary of Employees:

Salary Prediction Based On Experience:

About

A project to Predict salary of employees using Linear Regression & display the results in GUI using Tkinter Module of Python


Languages

Language:Python 100.0%