I have a scenario where many people are using a software and while utilizing they are assigned values between 0 to 1 based on their good or bad usage. e.g. good use would provide value to "usage" as 0.99 and "mistakes performed" parameter would be having value as 0.01.
I have such 15 parameters in the data which directly or indirectly quantifies the usage of software. I need to score all the people using this software using any mathematical / Statistical / machine learning model.
How should i build a relationship among 15 variables without a dependent variable and score everyone on the scale of 1 to 100?
How to get this equation built using only data without dependent variable?
Any discussion or reply is appreciated! Thanks in advance!