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

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