How to use the sdgym.benchmark.benchmark function in sdgym

To help you get started, we’ve selected a few sdgym examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github DAI-Lab / SDGym / tests / test_benchmark.py View on Github external
def test_credit():
    benchmark(IdentitySynthesizer, iterations=1, datasets=['credit'])
github DAI-Lab / SDGym / tests / test_benchmark.py View on Github external
def test_intrusion():
    benchmark(IdentitySynthesizer, iterations=1, datasets=['intrusion'])
github DAI-Lab / SDGym / tests / test_benchmark.py View on Github external
def test_insurance():
    benchmark(IdentitySynthesizer, iterations=1, datasets=['insurance'])
github DAI-Lab / SDGym / tests / test_benchmark.py View on Github external
def test_mnist12():
    benchmark(IdentitySynthesizer, iterations=1, datasets=['mnist12'])
github DAI-Lab / SDGym / tests / test_benchmark.py View on Github external
def test_child():
    benchmark(IdentitySynthesizer, iterations=1, datasets=['child'])
github DAI-Lab / SDGym / tests / test_benchmark.py View on Github external
def test_mnist28():
    benchmark(IdentitySynthesizer, iterations=1, datasets=['mnist28'])
github DAI-Lab / SDGym / tests / test_benchmark.py View on Github external
def test_ring():
    benchmark(IdentitySynthesizer, iterations=1, datasets=['ring'])
github DAI-Lab / SDGym / tests / test_benchmark.py View on Github external
def test_census():
    benchmark(IdentitySynthesizer, iterations=1, datasets=['census'])
github DAI-Lab / SDGym / tests / test_benchmark.py View on Github external
def test_alarm():
    benchmark(IdentitySynthesizer, iterations=1, datasets=['alarm'])