예제 #1
0
    def hyperopt(self):
        from ludwig import hyperopt_cli

        hyperopt_cli.cli(sys.argv[2:])
예제 #2
0
파일: cli.py 프로젝트: wbeater/ludwig
 def hyperopt(self):
     from ludwig import hyperopt_cli
     ludwig.contrib.contrib_command("hyperopt", *sys.argv)
     hyperopt_cli.cli(sys.argv[2:])