Skip to content

Commit

Permalink
remove Devnagari-Script from benchmarks for now since it just takes t…
Browse files Browse the repository at this point in the history
…oo long
  • Loading branch information
paulbkoch committed Oct 11, 2024
1 parent 3097411 commit b17f9b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/benchmarks/ebm-benchmark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
"\n",
" \n",
" exclude_set = set()\n",
"\n",
" exclude_set = set(['Devnagari-Script']) # TODO: reintroduce this dataset\n",
"\n",
"# exclude_set = set(['isolet', 'Devnagari-Script', 'CIFAR_10', 'Airlines_DepDelay_10M'])\n",
"# exclude_set = set([\n",
"# 'Fashion-MNIST', 'mfeat-pixel', 'Bioresponse',\n",
Expand Down Expand Up @@ -952,7 +955,7 @@
"results_df.loc[condition, 'num_val'] = -results_df.loc[condition, 'num_val']\n",
"\n",
"# Optionally filter out any incomplete datasets\n",
"#results_df = results_df[results_df['task'] != 'Devnagari-Script']\n",
"results_df = results_df[results_df['task'] != 'Devnagari-Script']\n",
"#results_df = results_df[results_df['task'] != 'CIFAR_10']\n",
"#results_df = results_df[results_df['task'] != 'isolet']\n",
"#results_df = results_df[results_df['task'] != 'mnist_784']\n",
Expand Down

0 comments on commit b17f9b5

Please sign in to comment.