I am working on a project where I need to compute scores for each record
in a table based on the weights of different features. I have generated
the weights using logistic regression. I have also generated a query
that does the score weighted computa...