I have a employee dataset with the following 5 details.
projects completed
customer ratings
number of bugs reported
customer complaints
profit
I want to rank these employess based on their efficiency. We have observed the following facts of each detail as follows.
projects completed -> highly efficient employees tend to complete many projects
customer ratings -> highly efficient employees has a good customer ratings
number of bugs reported -> highly efficient employees has less number of bugs reported
customer complaints -> highly efficient employees has less customer complaints
profit -> highly efficient employees make a higher profit to the company
I am wondering if I can convert the above observations to derive a ranking function to rank the employees. Please recommend me a suitable approach to perform my task of ranking.
I am happy to provide more details if needed.