Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
0.63385,
0.63227,
0.63222,
0.6305,
0.63049,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change in precision (from 0.6305 to 0.63049) increases review noise. Per the general rules, floating-point scores in test data should be rounded to a consistent, lower precision to make tests more robust against insignificant model output variations.

Suggested change
0.63049,
0.6305,
References
  1. Round floating-point scores in test data to a consistent, lower precision. This makes tests more robust against insignificant model output variations and reduces review noise.

0.6303,
0.62984,
0.62957
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"tiles": [
{
"statVarKey": [
"Count_Death_Female_2017"
"Count_Death_Female_2002"
],
"title": "Count of Mortality Event: Female in Counties of California (${date})",
"type": "MAP"
Expand All @@ -209,7 +209,7 @@
"showHighestLowest": true
},
"statVarKey": [
"Count_Death_Female_2017"
"Count_Death_Female_2002"
],
"title": "Count of Mortality Event: Female in Counties of California (${date})",
"type": "RANKING"
Expand Down Expand Up @@ -929,8 +929,8 @@
"name": "Count of Mortality Event: Female",
"statVar": "Count_Death_Female"
},
"Count_Death_Female_2017": {
"date": "2017",
"Count_Death_Female_2002": {
"date": "2002",
"name": "Count of Mortality Event: Female",
"statVar": "Count_Death_Female"
},
Expand Down
Loading