aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-04-30 22:41:55 +0100
committerrubenwardy <rw@rubenwardy.com>2020-04-30 22:41:55 +0100
commitc15dd183a0ff4f2166bcdd9a50848206aaa1108c (patch)
treeb988262e3c1ec6ab6a55e7ea3086365f64278392
parent0eca2d49ba86992a025e654228bcb2691945221d (diff)
downloadcheatdb-c15dd183a0ff4f2166bcdd9a50848206aaa1108c.tar.xz
Update top packages
-rw-r--r--app/flatpages/help/top_packages.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/app/flatpages/help/top_packages.md b/app/flatpages/help/top_packages.md
index 7926d8e..8f14090 100644
--- a/app/flatpages/help/top_packages.md
+++ b/app/flatpages/help/top_packages.md
@@ -1,14 +1,18 @@
title: Top Packages Algorithm
-## Pseudo rolling average
+## Score
+
+A package's score is currently equal to a pseudo rolling average of downloads.
+In the future, a package will also gain score through reviews.
+
+## Pseudo rolling average of downloads
Every package loses 5% of its score every day.
An open source package will gain 1 score for each unique download,
whereas a non-free package will only gain 0.1 score.
-A package currently only gains score through downloads.
-In the future, a package will also gain score through reviews.
+This metric aims to be roughly equivalent to the average downloads.
## Seeded using a legacy heuristic
@@ -32,8 +36,14 @@ As said, this legacy score is no longer used when ranking mods.
It was only used to provide an initial score for the rolling average,
which was 20% of the above value.
+## Manual adjustments
+
+The admin occasionally reduces all packages by a set percentage to speed up
+convergence. Convergence is when
+
## Transparency and Feedback
-You can see all scores using the [scores REST API](/api/scores/).
+You can see all scores using the [scores REST API](/api/scores/), or by
+using the [Prometheus metrics](/help/metrics/) endpoint.
Consider [suggesting improvements](https://github.com/minetest/contentdb/issues/new?assignees=&labels=Policy&template=policy.md&title=).