Datasets:
Tasks:
Time Series Forecasting
Languages:
English
Size:
< 1K
Tags:
temporal-point-process
event-sequences
github
software-engineering
developer-workflows
marked-temporal-point-process
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ Curated event sequences from individual GitHub developers, designed for temporal
|
|
| 24 |
- **Source:** [GH Archive](https://www.gharchive.org/) raw JSON dumps
|
| 25 |
- **Time window:** June 1 - 7, 2024
|
| 26 |
- **Grouping:** Events grouped by user (actor)
|
| 27 |
-
- **Sequences:** ~
|
| 28 |
- **Sequence length:** 80-100 events per sequence
|
| 29 |
- **Language:** English only
|
| 30 |
|
|
@@ -71,7 +71,7 @@ Sequences are selected to represent moderately active developers working across
|
|
| 71 |
| `max-repos` | 5 | Active in at most 5 repos |
|
| 72 |
| `min-avg-text-len` | 150 | Min average text length per event |
|
| 73 |
| `max-type-fraction` | 0.5 | No single event type >50% of events |
|
| 74 |
-
| `require-english` | true | All event texts must be in English |
|
| 75 |
|
| 76 |
Additional processing:
|
| 77 |
- Bot users are excluded (detected by name patterns like `[bot]`, `dependabot`, etc.)
|
|
|
|
| 24 |
- **Source:** [GH Archive](https://www.gharchive.org/) raw JSON dumps
|
| 25 |
- **Time window:** June 1 - 7, 2024
|
| 26 |
- **Grouping:** Events grouped by user (actor)
|
| 27 |
+
- **Sequences:** ~382
|
| 28 |
- **Sequence length:** 80-100 events per sequence
|
| 29 |
- **Language:** English only
|
| 30 |
|
|
|
|
| 71 |
| `max-repos` | 5 | Active in at most 5 repos |
|
| 72 |
| `min-avg-text-len` | 150 | Min average text length per event |
|
| 73 |
| `max-type-fraction` | 0.5 | No single event type >50% of events |
|
| 74 |
+
| `require-english` | true | All event texts must be in English (non-Latin script detection) |
|
| 75 |
|
| 76 |
Additional processing:
|
| 77 |
- Bot users are excluded (detected by name patterns like `[bot]`, `dependabot`, etc.)
|