Compare commits

...

2 Commits

Author SHA1 Message Date
BAI Research 5bc1705210
Merge 918fa11ab2 into 72eda9a24f 2024-07-10 02:07:03 -05:00
Richard Baxter 918fa11ab2 extend accountLevelShadowbanMaxTime to (false) spam reports 2024-07-10 17:06:31 +10:00
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ object InteractionGraphNegativeJob extends ScioBeamJob[InteractionGraphNegativeO
readSnapshot(FlockReportAsSpamEdgesScalaDataset, sc),
FeatureName.NumReportAsSpams,
endTs)
.filter(_.age < accountLevelShadowbanMaxTime)
// we only keep unfollows in the past X days due to the huge size of this dataset,
// and to prevent permanent "shadow-banning" in the event of accidental unfollows.