Overview
Python API
zoo.automl.search.abstract.
BayersianOpt
Bases: object
object
GoodError
Bases: Exception
Exception
GridSearch
RandomSample
SearchEngine
Bases: abc.ABC
abc.ABC
Abstract Base Search Engine class. For hyper paramter tuning.
get_best_trials
Get the best trials from . :param k: trials to be selected :return: the config of best k trials
run
Run the trials with searched parameters :return:
TrialOutput