XiaoBB commited on
Commit
060b14a
·
verified ·
1 Parent(s): bca8bde

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -18,9 +18,17 @@ pretty_name: NBA Quarter Events
18
 
19
  # NBA Quarter Events
20
 
21
- Curated per-quarter NBA play-by-play sequences from the 2024-25 regular season, designed for temporal point process (TPP) and marked temporal point process (MTPP) modeling. Each sequence represents one quarter (Q1–Q4) of a single game, with the prediction target being the **play type** of the next event.
22
-
23
- Sequences are filtered to keep only quarters with 90–110 events, ensuring consistent sequence lengths. Rich narrative `type_text` descriptions provide player identity, court location, game clock, score context, and momentum signals — all without leaking the event type.
 
 
 
 
 
 
 
 
24
 
25
  ## Dataset Summary
26
 
 
18
 
19
  # NBA Quarter Events
20
 
21
+ ## Dataset Description
22
+
23
+ - **Source:** [NBA Stats API](https://www.nba.com/stats/)
24
+ - **Season:** 2024–25 Regular Season
25
+ - **Grouping:** Events grouped by quarter (Q1–Q4) within each game
26
+ - **Sequences:** 2,868
27
+ - **Train / Validation / Test:** 2,296 / 286 / 286
28
+ - **Sequence length:** 90–110 events per quarter (mean: 101.5)
29
+ - **Event types:** 9 play categories
30
+ - **Time unit:** minutes (from quarter start)
31
+ - **Source games:** 1,225
32
 
33
  ## Dataset Summary
34