-
Notifications
You must be signed in to change notification settings - Fork 4
/
Variables.py
40 lines (25 loc) · 1.39 KB
/
Variables.py
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
#########################################################
# ABSOLUTE PATH OF EVERY FILE PROVIDED IN THE CHALLENGE #
#########################################################
# Absolute path of the Device Train Basic file
trainfile='/export/clusterdata/rdiazm/ICDM/dev_train_basic.csv'
# Absolute path of the Device Test Basic file
testfile='/export/clusterdata/rdiazm/ICDM/dev_test_basic.csv'
# Absolute path of the Cookie All Basic file
cookiefile='/export/clusterdata/rdiazm/ICDM/cookie_all_basic.csv'
# Absolute path of the All IP file
ipfile='/export/clusterdata/rdiazm/ICDM/id_all_ip.csv'
# Absolute path of the All Property file
propfile='/export/clusterdata/rdiazm/ICDM/id_all_property.csv'
# Absolute path of the IP Aggregated file
ipaggfile='/export/clusterdata/rdiazm/ICDM/ipagg_all.csv'
# Absolute path of the Property Category file
propcatfile='/export/clusterdata/rdiazm/ICDM/property_category.csv'
######################################################################
# ABSOLUTE PATH FOR THE PYTHN WRAPPER FOLDER IN THE SOFTWARE XGBOOST #
######################################################################
pathXGBoost='/export/usuarios01/rdiazm/kaggle/xgboost-master/wrapper/'
#####################################################
# ABSOLUTE PATH FOR THE FILE TO SAVE/LOAD THE MODEL #
#####################################################
modelpath='/export/clusterdata/rdiazm/ICDM/model/'