cLinuss commited on
Commit
28b797d
·
verified ·
1 Parent(s): 32c26f0

README add Note and fix something.

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -44,13 +44,18 @@ The 120 columns fall into **6 categories**:
44
 
45
  ### ID & Label Columns (5 columns)
46
 
47
- | Column | Arrow Type | Nulls
48
- |---|---|---|
49
- | `user_id` | `int64` | 0 |
50
- | `item_id` | `int64` | 0 |
51
- | `label_type` | `int32` | 0 |
52
- | `label_time` | `int64` | 0 |
53
- | `timestamp` | `int64` | 0 |
 
 
 
 
 
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