Datasets:
initial commit
Browse files
README.md
CHANGED
|
@@ -74,9 +74,6 @@ Each row is one observation (a short video shown to a user) with feedback and co
|
|
| 74 |
**Global Temporal Split (GTS):** `train` / `validation` / `test` preserve time order — train on the past, validate/test on the future.
|
| 75 |
**Chronology:** Files are organized by weeks (e.g., week_XX.parquet); rows within each file are in increasing timestamp order.
|
| 76 |
|
| 77 |
-
> The test set will be published after the challenge.
|
| 78 |
-
|
| 79 |
-
---
|
| 80 |
| Field | Type | Description |
|
| 81 |
|-----|----|-----------|
|
| 82 |
|`user_id`|uint32|User identifier|
|
|
@@ -125,6 +122,8 @@ This lets researchers pick any dimensionality (**1…64**) to trade quality for
|
|
| 125 |
|`item_id`|uint32|Video identifier|
|
| 126 |
|`embedding`|float16[64]|Item content embedding with ordered components|
|
| 127 |
|
|
|
|
|
|
|
| 128 |
## Quick Start
|
| 129 |
|
| 130 |
|
|
|
|
| 74 |
**Global Temporal Split (GTS):** `train` / `validation` / `test` preserve time order — train on the past, validate/test on the future.
|
| 75 |
**Chronology:** Files are organized by weeks (e.g., week_XX.parquet); rows within each file are in increasing timestamp order.
|
| 76 |
|
|
|
|
|
|
|
|
|
|
| 77 |
| Field | Type | Description |
|
| 78 |
|-----|----|-----------|
|
| 79 |
|`user_id`|uint32|User identifier|
|
|
|
|
| 122 |
|`item_id`|uint32|Video identifier|
|
| 123 |
|`embedding`|float16[64]|Item content embedding with ordered components|
|
| 124 |
|
| 125 |
+
---
|
| 126 |
+
|
| 127 |
## Quick Start
|
| 128 |
|
| 129 |
|