Compare commits

..

1 Commits

Author SHA1 Message Date
BAI Research 63a868c458
Merge b9fa410ccd into 72eda9a24f 2023-07-29 02:36:29 +00:00
1 changed files with 0 additions and 1 deletions

View File

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