FoursquareTwitter

class FoursquareTwitter(root: str | Path, download: bool | None = False, train_ratio: float | None = 0.2, dtype: dtype = torch.float32, seed: int | None = 0)[source]

Bases: Dataset

A pair of online social networks, Foursquare and Twitter. Nodes represent users and an edge exists between two users if they have follower/followee relationships. Both networks are plain networks. There are 1,609 common users across two networks.

STATS:

Graph

#nodes

#edges

#node attrs

#edge attrs

Foursquare

5,313

54,233

0

0

Twitter

5,120

130,575

0

0