Soptq commited on
Commit
66438ba
·
verified ·
1 Parent(s): 6797a38

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +1 -0
constants.py CHANGED
@@ -41,6 +41,7 @@ IPC_LIST = ["IPC-1", "IPC-10", "IPC-50"]
41
  LABEL_TYPE_LIST = ["Hard Label", "Soft Label"]
42
 
43
  METRICS = ["HLR", "IOR"]
 
44
  COLUMN_NAMES = ["Ranking", "Method", "Verified", "Date", "Label Type", "HLR", "IOR", "Score"]
45
  DATA_TITLE_TYPE = ['number', 'markdown', 'markdown', 'markdown', 'markdown', 'number', 'number', 'number']
46
 
 
41
  LABEL_TYPE_LIST = ["Hard Label", "Soft Label"]
42
 
43
  METRICS = ["HLR", "IOR"]
44
+ METRICS_SIGN = [1.0, -1.0]
45
  COLUMN_NAMES = ["Ranking", "Method", "Verified", "Date", "Label Type", "HLR", "IOR", "Score"]
46
  DATA_TITLE_TYPE = ['number', 'markdown', 'markdown', 'markdown', 'markdown', 'number', 'number', 'number']
47