From d6457d4d1a69153afe52ca06fc8d1a788bef22e9 Mon Sep 17 00:00:00 2001 From: Roel Visser Date: Tue, 10 Dec 2024 11:59:18 +0100 Subject: [PATCH] Reactivate benchmarks --- shapiq/__init__.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/shapiq/__init__.py b/shapiq/__init__.py index 8b4c6832..1944ef47 100644 --- a/shapiq/__init__.py +++ b/shapiq/__init__.py @@ -21,19 +21,19 @@ UnbiasedKernelSHAP, kADDSHAP, ) -# from .benchmark import ( -# BENCHMARK_CONFIGURATIONS, -# GAME_CLASS_TO_NAME_MAPPING, -# GAME_NAME_TO_CLASS_MAPPING, -# download_game_data, -# load_benchmark_results, -# load_game_data, -# load_games_from_configuration, -# plot_approximation_quality, -# print_benchmark_configurations, -# run_benchmark, -# run_benchmark_from_configuration, -# ) +from .benchmark import ( + BENCHMARK_CONFIGURATIONS, + GAME_CLASS_TO_NAME_MAPPING, + GAME_NAME_TO_CLASS_MAPPING, + download_game_data, + load_benchmark_results, + load_game_data, + load_games_from_configuration, + plot_approximation_quality, + print_benchmark_configurations, + run_benchmark, + run_benchmark_from_configuration, +) # dataset functions from .datasets import load_adult_census, load_bike_sharing, load_california_housing