Skip to content

Commit

Permalink
BAS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbowles committed Mar 14, 2024
1 parent d12d90d commit 886648d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paper/plots/plot_rankings_total.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"bars_and_stripes": [
"../results/bars_and_stripes",
"bars_and_stripes_",
"_GridSearchCV-best-hyperparams-results.csv",
"_0.5noise_GridSearchCV-best-hyperparams-results.csv",
"size of image",
],
"linearly-separable": [
Expand Down Expand Up @@ -159,6 +159,7 @@
try:
df_new = pd.read_csv(path_to_results, index_col=0)
except:
print(dataset_name)
continue

# write into new dataframe and add
Expand Down

0 comments on commit 886648d

Please sign in to comment.