We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e99711 commit 1ba7651Copy full SHA for 1ba7651
sdgym/benchmark.py
@@ -64,6 +64,7 @@
64
)
65
66
LOGGER = logging.getLogger(__name__)
67
+LOGGER.setLevel(logging.INFO)
68
DEFAULT_SYNTHESIZERS = [GaussianCopulaSynthesizer, CTGANSynthesizer]
69
DEFAULT_DATASETS = [
70
'adult',
0 commit comments