项目作者: Radioactive92177

项目描述 :
Milestone Project
高级语言: Python
项目地址: git://github.com/Radioactive92177/Salary-Estimator.git
创建时间: 2020-04-10T14:47:51Z
项目社区:https://github.com/Radioactive92177/Salary-Estimator

开源协议:MIT License

下载


Salary Estimator

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.

Steps to Get it Working

  1. Install the dependencies pip install -r requirements.txt

  2. Run the app python app.py

  3. Give path to your company dataset

  4. Choose if you want to see the graph (y/n)

  5. Tell the field you want to predict (Salary or Years of Experience)

  6. 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