UniTO/anno3/avrc/assignments/coff/git_web_ml
2024-10-29 09:11:05 +01:00
..
citing.txt resurrect 2024-10-29 09:11:05 +01:00
musae_git_edges.csv resurrect 2024-10-29 09:11:05 +01:00
musae_git_features.json resurrect 2024-10-29 09:11:05 +01:00
musae_git_target.csv resurrect 2024-10-29 09:11:05 +01:00
README.txt resurrect 2024-10-29 09:11:05 +01:00

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