Update space
Browse files- src/populate.py +1 -1
src/populate.py
CHANGED
@@ -30,7 +30,7 @@ def get_model_leaderboard_df(results_path: str, requests_path: str="", cols: lis
|
|
30 |
df = df.fillna('--')
|
31 |
|
32 |
for col in benchmark_cols:
|
33 |
-
print(col)
|
34 |
if 'Std dev' in col or 'Score' in col:
|
35 |
df[col] = df[col]*100
|
36 |
df[col] = df[col].round(decimals=2)
|
|
|
30 |
df = df.fillna('--')
|
31 |
|
32 |
for col in benchmark_cols:
|
33 |
+
# print(col)
|
34 |
if 'Std dev' in col or 'Score' in col:
|
35 |
df[col] = df[col]*100
|
36 |
df[col] = df[col].round(decimals=2)
|