Datasets:
Upload metadata.json
Browse files- metadata.json +110 -0
metadata.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "github_lead_lag_timeseries",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"description": "GitHub repository event sequences for push/create, fork, and star activities.",
|
| 5 |
+
"license": "CC BY 4.0",
|
| 6 |
+
"homepage": "https://lead-lag-forecasting.github.io",
|
| 7 |
+
"data_sources": {
|
| 8 |
+
"events": {
|
| 9 |
+
"origin": "GH Archive (https://www.gharchive.org/) on Google BigQuery",
|
| 10 |
+
"coverage": "424M repositories from 2011-02-12 to 2024-12-31",
|
| 11 |
+
"processing": [
|
| 12 |
+
"PushEvents, CreateEvents, WatchEvents (stars), and ForkEvents are selected.",
|
| 13 |
+
"Each type of events are aggregated on daily basis to form time series."
|
| 14 |
+
]
|
| 15 |
+
},
|
| 16 |
+
"repository_metadata": {
|
| 17 |
+
"origin": "Ecosyste.ms open-access dump (https://packages.ecosyste.ms/open-data)",
|
| 18 |
+
"coverage": "2007-10-29 to 2024-06-04",
|
| 19 |
+
"processing": [
|
| 20 |
+
"3M package repositories from 2011-02-12 to 2024-06-04 are selected.",
|
| 21 |
+
"Associated package platforms and the created dates of the repositories are extracted."
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"merge": [
|
| 25 |
+
"Left join between Ecosyste.ms and GH Archive records."
|
| 26 |
+
]
|
| 27 |
+
},
|
| 28 |
+
"features": {
|
| 29 |
+
"id": {
|
| 30 |
+
"type": "string",
|
| 31 |
+
"description": "Repository identifier: owner_name/repo_name",
|
| 32 |
+
"extraction": "From Ecosyste.ms metadata"
|
| 33 |
+
},
|
| 34 |
+
"platform": {
|
| 35 |
+
"type": "list[string]",
|
| 36 |
+
"description": "List of platforms the repo was released on (e.g. PyPI, npm)",
|
| 37 |
+
"extraction": "From Ecosyste.ms metadata"
|
| 38 |
+
},
|
| 39 |
+
"created_date": {
|
| 40 |
+
"type": "timestamp",
|
| 41 |
+
"description": "Date of GitHub repository creation",
|
| 42 |
+
"extraction": "From Ecosyste.ms metadata"
|
| 43 |
+
},
|
| 44 |
+
"first_create": {
|
| 45 |
+
"type": "float",
|
| 46 |
+
"description": "Days between first CreateEvent (repo, branch, or tag creation) and creation date, !=0 implies anomaly",
|
| 47 |
+
"extraction": "Comparison between GH Archive CreateEvent data and Ecosyste.ms metadata"
|
| 48 |
+
},
|
| 49 |
+
"first_push": {
|
| 50 |
+
"type": "float",
|
| 51 |
+
"description": "Days between first PushEvent and creation date, <0 implies anomaly",
|
| 52 |
+
"extraction": "Comparison between GH Archive PushEvent data and Ecosyste.ms metadata"
|
| 53 |
+
},
|
| 54 |
+
"first_star": {
|
| 55 |
+
"type": "float",
|
| 56 |
+
"description": "Days between first WatchEvent (star) and creation date, <0 implies anomaly",
|
| 57 |
+
"extraction": "Comparison between GH Archive WatchEvent data and Ecosyste.ms metadata"
|
| 58 |
+
},
|
| 59 |
+
"first_fork": {
|
| 60 |
+
"type": "float",
|
| 61 |
+
"description": "Days between first ForkEvent and creation date, <0 implies anomaly",
|
| 62 |
+
"extraction": "Comparison between GH Archive ForkEvent data and Ecosyste.ms metadata"
|
| 63 |
+
},
|
| 64 |
+
"cumulative_pushes_w_creates": {
|
| 65 |
+
"type": "list[int]",
|
| 66 |
+
"description": "Daily cumulative pushes + creates (of repo, branches, and tags) since creation date",
|
| 67 |
+
"extraction": "Summed per day from GH Archive events"
|
| 68 |
+
},
|
| 69 |
+
"cumulative_pushes": {
|
| 70 |
+
"type": "list[int]",
|
| 71 |
+
"description": "Daily cumulative pushes without CreateEvents since creation date",
|
| 72 |
+
"extraction": "Summed per day from GH Archive events"
|
| 73 |
+
},
|
| 74 |
+
"cumulative_stars": {
|
| 75 |
+
"type": "list[int]",
|
| 76 |
+
"description": "Daily cumulative WatchEvents (stars) since creation date",
|
| 77 |
+
"extraction": "Summed per day from GH Archive events"
|
| 78 |
+
},
|
| 79 |
+
"cumulative_forks": {
|
| 80 |
+
"type": "list[int]",
|
| 81 |
+
"description": "Daily cumulative forks since creation date",
|
| 82 |
+
"extraction": "Summed per day from GH Archive events"
|
| 83 |
+
}
|
| 84 |
+
},
|
| 85 |
+
"splits": {
|
| 86 |
+
"train": {
|
| 87 |
+
"description": "Random sample from labeled packages with >=5 years of activity and no anomalies",
|
| 88 |
+
"num_examples": 938567
|
| 89 |
+
},
|
| 90 |
+
"val": {
|
| 91 |
+
"description": "Random validation subset",
|
| 92 |
+
"num_examples": 234615
|
| 93 |
+
},
|
| 94 |
+
"test": {
|
| 95 |
+
"description": "Random test subset",
|
| 96 |
+
"num_examples": 234640
|
| 97 |
+
},
|
| 98 |
+
"unlabeled_test": {
|
| 99 |
+
"description": "Repositories with <5 years of activity",
|
| 100 |
+
"num_examples": 1568622
|
| 101 |
+
},
|
| 102 |
+
"train_extra": {
|
| 103 |
+
"description": "Repositories with anomalies",
|
| 104 |
+
"num_examples": 58077
|
| 105 |
+
}
|
| 106 |
+
},
|
| 107 |
+
"access_instructions": [
|
| 108 |
+
"Download from https://lead-lag-forecasting.github.io"
|
| 109 |
+
]
|
| 110 |
+
}
|