def hyperopt(self): from ludwig import hyperopt_cli hyperopt_cli.cli(sys.argv[2:])
def hyperopt(self): from ludwig import hyperopt_cli ludwig.contrib.contrib_command("hyperopt", *sys.argv) hyperopt_cli.cli(sys.argv[2:])