-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
63 lines (61 loc) · 1.27 KB
/
config.py
File metadata and controls
63 lines (61 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
CensusIncome_Vocabulary_Size = {
'class_worker': 9,
'det_ind_code': 52,
'det_occ_code': 47,
'education': 17,
'hs_college': 3,
'major_ind_code': 24,
'major_occ_code': 15,
'race': 5,
'hisp_origin': 10,
'sex': 2,
'union_member': 3,
'unemp_reason': 6,
'full_or_part_emp': 8,
'tax_filer_stat': 6,
'region_prev_res': 6,
'state_prev_res': 51,
'det_hh_fam_stat': 38,
'det_hh_summ': 8,
'mig_chg_msa': 10,
'mig_chg_reg': 9,
'mig_move_reg': 10,
'mig_same': 3,
'mig_prev_sunbelt': 4,
'fam_under_18': 5,
'country_father': 43,
'country_mother': 43,
'country_self': 43,
'citizenship': 5,
'vet_question': 3
}
AliCCP_Vocabulary_Size = {
'101': 238635,
'121': 98,
'122': 14,
'124': 3,
'125': 8,
'126': 4,
'127': 4,
'128': 3,
'129': 5,
'205': 467298,
'206': 6929,
'207': 263942,
'216': 106399,
'508': 5888,
'509': 104830,
'702': 51878,
'853': 37148,
'301': 4
}
ByteRec_Vocabulary_Size = {
'uid': 70711,
'user_city': 396,
'item_id': 3687157,
'author_id': 778113,
'item_city': 456,
'channel': 5,
'music_id': 82840,
'device': 71681
}