jasonshaoshun commited on
Commit
85f4717
·
1 Parent(s): 0ab8298

caulsal-track debug

Browse files
Files changed (1) hide show
  1. src/leaderboard/read_evals.py +1 -0
src/leaderboard/read_evals.py CHANGED
@@ -334,6 +334,7 @@ class EvalResult_MIB_CAUSALGRAPH:
334
  """Converts the Eval Result to a dict for dataframe display"""
335
  data_dict = {
336
  "Method": self.method_name,
 
337
  }
338
 
339
  # Initialize columns for all task-model combinations
 
334
  """Converts the Eval Result to a dict for dataframe display"""
335
  data_dict = {
336
  "Method": self.method_name,
337
+ "Average": "-" # Initialize first to make the order consistent
338
  }
339
 
340
  # Initialize columns for all task-model combinations