This commit is contained in:
Francesco Mecca 2019-12-05 16:46:11 +01:00
parent 0f65a7e86c
commit a54a129866
5 changed files with 326744 additions and 0 deletions

View file

@ -0,0 +1,24 @@
GitHub Social Network
Description
A large social network of GitHub developers which was collected from the public API in June 2019. Nodes are developers who have starred at least 10 repositories and edges are mutual follower relationships between them. The vertex features are extracted based on the location, repositories starred, employer and e-mail address. The task related to the graph is binary node classification - one has to predict whether the GitHub user is a web or a machine learning developer. This target feature was derived from the job title of each user.
Properties
- Directed: No.
- Node features: Yes.
- Edge features: No.
- Node labels: Yes. Binary-labeled.
- Temporal: No.
- Nodes: 37,700
- Edges: 289,003
- Density: 0.001
- Transitvity: 0.013
Possible Tasks
- Binary node classification
- Link prediction
- Community detection
- Network visualization

View file

@ -0,0 +1,14 @@
If you find this dataset useful in your research, please consider citing the following paper:
>@misc{rozemberczki2019multiscale,
title = {Multi-scale Attributed Node Embedding},
author = {Benedek Rozemberczki and Carl Allen and Rik Sarkar},
year = {2019},
eprint = {1909.13021},
archivePrefix = {arXiv},
primaryClass = {cs.LG}
}
And take a look at the project itself:
https://github.com/benedekrozemberczki/MUSAE

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff