-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependency.py
More file actions
49 lines (47 loc) · 1.69 KB
/
dependency.py
File metadata and controls
49 lines (47 loc) · 1.69 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
department_dic = {'Analytics': 0.09086092715231787,
'Finance': 0.07804604154969118,
'HR': 0.05647058823529412,
'Legal': 0.043593130779392336,
'Operations': 0.09204861990377311,
'Procurement': 0.0970464135021097,
'R&D': 0.06206896551724138,
'Sales & Marketing': 0.07088758403540124,
'Technology': 0.10737852429514097}
region_dic = {'region_1': 0.10208816705336426,
'region_10': 0.07158351409978309,
'region_11': 0.05733186328555678,
'region_12': 0.07374631268436578,
'region_13': 0.09206349206349207,
'region_14': 0.07312925170068027,
'region_15': 0.07791537667698659,
'region_16': 0.06426484907497566,
'region_17': 0.13285457809694792,
'region_18': 0.047619047619047616,
'region_19': 0.060556464811783964,
'region_2': 0.07946096654275094,
'region_20': 0.06587837837837837,
'region_21': 0.055944055944055944,
'region_22': 0.11340434975588105,
'region_23': 0.10332541567695962,
'region_24': 0.0335195530726257,
'region_25': 0.11826086956521739,
'region_26': 0.06261859582542695,
'region_27': 0.07672188317349608,
'region_28': 0.12039045553145336,
'region_29': 0.04154727793696275,
'region_3': 0.0782608695652174,
'region_30': 0.08803611738148984,
'region_31': 0.05718475073313783,
'region_32': 0.03857566765578635,
'region_33': 0.03278688524590164,
'region_34': 0.03,
'region_4': 0.14918032786885246,
'region_5': 0.04395604395604396,
'region_6': 0.04032258064516129,
'region_7': 0.10388839418224993,
'region_8': 0.08096280087527352,
'region_9': 0.020134228187919462}
education_dic_na = {"Bachelor's": 0.08086746612677154,
'Below Secondary': 0.07495429616087751,
"Master's & above": 0.0984251968503937,
'Not Available': 0.05406976744186046}