Skip to content

Commit 55014d0

Browse files
committed
fix: increase freshness decrease downloads
1 parent f58c765 commit 55014d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/utils/compare-quadrant-chart.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export interface PackageQuadrantPoint {
4040

4141
const WEIGHTS = {
4242
adoption: {
43-
downloads: 0.75, // dominant signal because they best reflect real-world adoption (in the data we have through facets currently)
44-
freshness: 0.15, // small correction so stale packages are slightly
43+
downloads: 0.65, // dominant signal because they best reflect real-world adoption (in the data we have through facets currently)
44+
freshness: 0.25, // penalising correction for stale packages
4545
likes: 0.1, // might be pumped up in the future when ./npmx likes are more mainstream
4646
},
4747
efficiency: {

0 commit comments

Comments
 (0)