README add Note and fix something.
Browse files
README.md
CHANGED
|
@@ -44,13 +44,18 @@ The 120 columns fall into **6 categories**:
|
|
| 44 |
|
| 45 |
### ID & Label Columns (5 columns)
|
| 46 |
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
|
| 50 |
-
|
|
| 51 |
-
| `
|
| 52 |
-
| `
|
| 53 |
-
| `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
### User Int Features (46 columns)
|
| 56 |
|
|
|
|
| 44 |
|
| 45 |
### ID & Label Columns (5 columns)
|
| 46 |
|
| 47 |
+
All these 5 columns have no `null` value.
|
| 48 |
+
|
| 49 |
+
| Column | Data Type |
|
| 50 |
+
|---|---|
|
| 51 |
+
| `user_id` | `int64` |
|
| 52 |
+
| `item_id` | `int64` |
|
| 53 |
+
| `label_type` | `int32` |
|
| 54 |
+
| `label_time` | `int64` |
|
| 55 |
+
| `timestamp` | `int64` |
|
| 56 |
+
|
| 57 |
+
> [!NOTE] **Note:**
|
| 58 |
+
> When `user_int_feats_{fid}` and `user_dense_feats_{fid}` share the same `{fid}`, they are aligned and jointly describe the same entity or signal.
|
| 59 |
|
| 60 |
### User Int Features (46 columns)
|
| 61 |
|