Skip to content

Commit b4ffd9a

Browse files
author
Fatih Dinc
committed
fix: finance base weights raised — official data claims score correctly
1 parent 652bcad commit b4ffd9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify/functions/validate/index.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function tags(claim: string): string[] {
4040
return t;
4141
}
4242
const CAT: Record<string,number[]> = {
43-
science:[0.9,0.85,0.9,0.88], finance:[0.75,0.7,0.75,0.72],
43+
science:[0.9,0.85,0.9,0.88], finance:[0.78,0.74,0.78,0.75],
4444
politics:[0.6,0.55,0.65,0.58], crypto:[0.5,0.45,0.5,0.48], general:[0.72,0.68,0.72,0.70]
4545
};
4646
const AMP: Record<string,number> = { isolated:1.0, trending:0.85, coordinated:0.6 };

0 commit comments

Comments
 (0)