Created
September 3, 2025 07:03
-
-
Save woctezuma/d252580a1424ad4e0fc0a87a42a22712 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"settings": { | |
"activeSortingFormula": "Bayes", | |
"gamesPerPage": 25, | |
"hideAdult": true, | |
"hideIgnored": false, | |
"hideOwned": false, | |
"hideVROnly": false, | |
"hideWishlisted": false, | |
"panelOpenStates": [ | |
false, | |
false, | |
true, | |
false, | |
true, | |
false | |
] | |
}, | |
"activeFilters": { | |
"New releases": [ | |
[ | |
"1" | |
] | |
], | |
"Price": [ | |
[ | |
"0.01", | |
"" | |
] | |
] | |
}, | |
"presets": { | |
"Day": { | |
"Price": [ | |
[ | |
"0.01", | |
"" | |
] | |
], | |
"New releases": [ | |
[ | |
"1" | |
] | |
] | |
}, | |
"Days": { | |
"Price": [ | |
[ | |
"0.01", | |
"" | |
] | |
], | |
"New releases": [ | |
[ | |
"2" | |
] | |
] | |
}, | |
"Days - Week": { | |
"Price": [ | |
[ | |
"0.01", | |
"" | |
] | |
], | |
"New releases": [ | |
[ | |
"8" | |
] | |
] | |
}, | |
"Month": { | |
"Price": [ | |
[ | |
"0.01", | |
"" | |
] | |
], | |
"New releases": [ | |
[ | |
"32" | |
] | |
] | |
}, | |
"Trimester": { | |
"Price": [ | |
[ | |
"0.01", | |
"" | |
] | |
], | |
"New releases": [ | |
[ | |
"93" | |
] | |
] | |
}, | |
"Year": { | |
"Price": [ | |
[ | |
"0.01", | |
"" | |
] | |
], | |
"Release date": [ | |
[ | |
"", | |
"", | |
"25", | |
"", | |
"", | |
"" | |
] | |
] | |
} | |
}, | |
"customFilters": {}, | |
"sortingFormulae": { | |
"Bayes": "const C = 1117 ; // prior: average #reviews\nconst m = 0.756 ; // prior: average score\nconst n = game.votes ;\nreturn (C*m + game.positiveVotes) / (C+n) ;", | |
"Gems": "const C = 17 ; // prior: average #reviews\nconst m = 0.822 ; // prior: average score\nconst n = game.votes ;\nreturn (C*m + game.positiveVotes) / (C+n) ;" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment