Spaces:
Running
Running
Upload config.py
Browse files
config.py
CHANGED
@@ -10,6 +10,7 @@ SWEBENCH_ON_LOAD_COLUMNS = [
|
|
10 |
"Agent Name",
|
11 |
"Accuracy",
|
12 |
"Total Cost",
|
|
|
13 |
]
|
14 |
SWEBENCH_SEARCH_COLUMNS = ['Total Cost', 'Agent Name']
|
15 |
SWEBENCH_HIDE_COLUMNS = ["F1 Score", "AUC", "Precision", "Recall", "benchmark_name", 'Overall Score', 'Vectorization Score', 'Fathomnet Score', 'Feedback Score', 'House Price Score', 'Spaceship Titanic Score', 'AMP Parkinsons Disease Progression Prediction Score', 'CIFAR10 Score', 'IMDB Score']
|
@@ -18,6 +19,7 @@ USACO_ON_LOAD_COLUMNS = [
|
|
18 |
"Agent Name",
|
19 |
"Accuracy",
|
20 |
"Total Cost",
|
|
|
21 |
]
|
22 |
USACO_SEARCH_COLUMNS = ['Total Cost', 'Agent Name']
|
23 |
USACO_HIDE_COLUMNS = ["F1 Score", "AUC", "Precision", "Recall", "benchmark_name", 'Overall Score', 'Vectorization Score', 'Fathomnet Score', 'Feedback Score', 'House Price Score', 'Spaceship Titanic Score', 'AMP Parkinsons Disease Progression Prediction Score', 'CIFAR10 Score', 'IMDB Score']
|
|
|
10 |
"Agent Name",
|
11 |
"Accuracy",
|
12 |
"Total Cost",
|
13 |
+
"Runs",
|
14 |
]
|
15 |
SWEBENCH_SEARCH_COLUMNS = ['Total Cost', 'Agent Name']
|
16 |
SWEBENCH_HIDE_COLUMNS = ["F1 Score", "AUC", "Precision", "Recall", "benchmark_name", 'Overall Score', 'Vectorization Score', 'Fathomnet Score', 'Feedback Score', 'House Price Score', 'Spaceship Titanic Score', 'AMP Parkinsons Disease Progression Prediction Score', 'CIFAR10 Score', 'IMDB Score']
|
|
|
19 |
"Agent Name",
|
20 |
"Accuracy",
|
21 |
"Total Cost",
|
22 |
+
"Runs",
|
23 |
]
|
24 |
USACO_SEARCH_COLUMNS = ['Total Cost', 'Agent Name']
|
25 |
USACO_HIDE_COLUMNS = ["F1 Score", "AUC", "Precision", "Recall", "benchmark_name", 'Overall Score', 'Vectorization Score', 'Fathomnet Score', 'Feedback Score', 'House Price Score', 'Spaceship Titanic Score', 'AMP Parkinsons Disease Progression Prediction Score', 'CIFAR10 Score', 'IMDB Score']
|