-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
I was confused why I was not getting the full filesToShow
when minScoreToShow
was 0
. It turns out some scores are coming back negative:
Times Changed | Complexity | Score |
---|---|---|
45 | 1068 | 1 |
40 | 792 | 0.719 |
26 | 786 | 0.502 |
38 | 418 | 0.372 |
25 | 591 | 0.37 |
30 | 378 | 0.273 |
33 | 290 | 0.224 |
18 | 457 | 0.171 |
21 | 387 | 0.169 |
11 | 697 | 0.168 |
21 | 354 | 0.145 |
14 | 406 | 0.073 |
15 | 323 | 0.035 |
17 | 281 | 0.036 |
19 | 245 | 0.037 |
18 | 229 | 0.011 |
20 | 191 | 0.009 |
10 | 377 | -0.012 |
15 | 250 | -0.015 |
16 | 145 | -0.078 |
I know score is a somewhat-contrived calculation based on the actual value columns... but how does a negative make sense?
Metadata
Metadata
Assignees
Labels
No labels