Milestone Project
Here is a Business Intelligence tool which can help you set salary for your new employee based on the salaries of your existing employees.
Important:
Salary Estimator works on the principle of Linear Regression.
Thus only works with Linear Data i.e. one X and one Y only.
Install the dependencies pip install -r requirements.txt
Run the app python app.py
Give path to your company dataset
Choose if you want to see the graph (y/n)
Tell the field you want to predict (Salary or Years of Experience)
You get an Estimated Salary based on your data
Note:
The current version of the app is only console based.
We do intend to make a Graphical User Interface (GUI) for the application.
Any contribution is highly appreciated