Compare commits
1 Commits
5bc1705210
...
63a868c458
Author | SHA1 | Date |
---|---|---|
BAI Research | 63a868c458 |
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue