Downloading the benchmark results
The benchmark data (as well as the code) is archived at DaRUS. To download the benchmark data,
create a folder for the data (which is then linked in the environmental variable
TAB_BENCH_DATA_BASE_FOLDERor incustom_paths.py)in the folder, unpack
main_no_results.tar.gz, this should create the foldersalgs,result_summaries,times,plots,task_collections, andtasks_only_infos(which should be renamed totasksif notasksfolder has been created). Sinceresult_summariesstores the main metrics of the results, this is already enough for plotting/evaluating the results.If you want the non-summarized results, download and unpack
results_small.tar.gz, which contains theresultsfolder (you might need to rename it fromresults_no_gztoresults). However, this does not contain the additional files storing the predictions and optimal hyperparameters.If you want the full results, download and unpack
results_main.tar.gz(180 GB!) into the results folder (overwriting/replacing the contents ofresults_small.tar.gz) Moreover, there are additional files containing the results of the individual random search steps for the different methods, which could be used for retrospectively optimizing on a different metric etc. The filecv_refit.tar.gzcontains the results of the cross-validation/refitting experiments, which are also somewhat large.If you need the datasets (in the
tasksfolder), you can normally just obtain it by runningscripts/download_data.py. However, there is the option to request access to downloadtasks.tar.gzdirectly.