runtime error
Exit code: 1. Reason: ./eval-queue ./eval-results Traceback (most recent call last): File "/home/user/app/app.py", line 136, in <module> raw_data, original_df = get_leaderboard_df(EVAL_RESULTS_PATH, EVAL_REQUESTS_PATH, COLS, BENCHMARK_COLS) File "/home/user/app/src/populate.py", line 19, in get_leaderboard_df df = df[cols] File "/usr/local/lib/python3.10/site-packages/pandas/core/frame.py", line 4108, in __getitem__ indexer = self.columns._get_indexer_strict(key, "columns")[1] File "/usr/local/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 6200, in _get_indexer_strict self._raise_if_missing(keyarr, indexer, axis_name) File "/usr/local/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 6249, in _raise_if_missing raise KeyError(f"None of [{key}] are in the [{axis_name}]") KeyError: "None of [Index(['Model', 'Accuracy (Random)', 'Accuracy (Popular)',\n 'Accuracy (Adversarial)', 'Precision (Random)', 'Precision (Popular)',\n 'Precision (Adversarial)', 'Recall (Random)', 'Recall (Popular)',\n 'Recall (Adversarial)', 'F1 Score (Random)', 'F1 Score (Popular)',\n 'F1 Score (Adversarial)', 'Yes Percent (Random)',\n 'Yes Percent (Popular)', 'Yes Percent (Adversarial)'],\n dtype='object')] are in the [columns]"
Container logs:
Fetching error logs...