Skip to content

Commit 886648d

Browse files
committed
BAS fix
1 parent d12d90d commit 886648d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

paper/plots/plot_rankings_total.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"bars_and_stripes": [
5555
"../results/bars_and_stripes",
5656
"bars_and_stripes_",
57-
"_GridSearchCV-best-hyperparams-results.csv",
57+
"_0.5noise_GridSearchCV-best-hyperparams-results.csv",
5858
"size of image",
5959
],
6060
"linearly-separable": [
@@ -159,6 +159,7 @@
159159
try:
160160
df_new = pd.read_csv(path_to_results, index_col=0)
161161
except:
162+
print(dataset_name)
162163
continue
163164

164165
# write into new dataframe and add

0 commit comments

Comments
 (0)