Skip to content

allow for importing benchmark functions directly from modules / package #169

@hbaniecki

Description

@hbaniecki

i.e. instead of

from shapiq.games.benchmark.benchmark_config import (
    load_games_from_configuration, 
    print_benchmark_configurations
)
from shapiq.games.benchmark.plot import plot_approximation_quality

allow for

import shapiq
shapiq.games.benchmark.load_games_from_configuration()
shapiq.games.benchmark.print_benchmark_configurations()
shapiq.games.benchmark.plot_approximation_quality()

etc.

Metadata

Metadata

Labels

maintenance 🔨Code enhancements, tests and maintenance

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions