libcity.executor.hyper_tuning¶
-
class
libcity.executor.hyper_tuning.
HyperTuning
(objective_function, space=None, params_file=None, algo='grid_search', max_evals=100, task=None, model_name=None, dataset_name=None, config_file=None, saved_model=True, train=True, other_args=None)[source]¶ Bases:
object
自动调参
Note
HyperTuning is based on the hyperopt (https://github.com/hyperopt/hyperopt)