Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ A sample dataset containing 1000 user-item interaction records for the [TAAC2026
|
|
| 30 |
|
| 31 |
The 120 columns fall into **6 categories**:
|
| 32 |
|
| 33 |
-
| Category | Count |
|
| 34 |
|---|---|---|---|
|
| 35 |
| **ID & Label** | 5 | `int64` / `int32` | Core identifiers, label, and timestamp |
|
| 36 |
| **User Int Features** | 46 | `int64` / `list<int64>` | Integer-valued user features (scalar or array) |
|
|
|
|
| 30 |
|
| 31 |
The 120 columns fall into **6 categories**:
|
| 32 |
|
| 33 |
+
| Category | Count | Data Type | Description |
|
| 34 |
|---|---|---|---|
|
| 35 |
| **ID & Label** | 5 | `int64` / `int32` | Core identifiers, label, and timestamp |
|
| 36 |
| **User Int Features** | 46 | `int64` / `list<int64>` | Integer-valued user features (scalar or array) |
|