census icon indicating copy to clipboard operation
census copied to clipboard

Consider reporting each part of the risk index's value in the result

Open david-a-wheeler opened this issue 9 years ago • 2 comments

Currently the results file reports the final risk index, but not the breakdown of how the score was derived. You can figure it out from the other data, but it might be better to report the specific values as well.

This could be reported as a bunch of new columns, one for each value. That would be easy to import into SQL and search on, for example. If that's a pain, it could be reported in the form "0+2+0+1+1..."; each of the values could be in a specific order.

This is inspired from Nathan Willis's article in LWN.net; see https://lwn.net/Articles/651268/ which says, "Regrettably, the raw numbers that make up each package's score do not appear to be available. It would have been interesting to see the exact point values assigned for number of contributors, for example."

david-a-wheeler avatar Jul 23 '15 18:07 david-a-wheeler

Implemented in the develop branch.

skhakimov avatar Jul 24 '15 18:07 skhakimov

Excellent. I think that will help address issues like issue #1 ... that will make it MUCH easier to see why a score came out a certain way.

david-a-wheeler avatar Jul 25 '15 16:07 david-a-wheeler