Skip to content

Commit

Permalink
Reactivate benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
r-visser committed Dec 12, 2024
1 parent c6fb2e1 commit d6457d4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions shapiq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6457d4

Please sign in to comment.