This commit is contained in:
allegroai 2021-10-04 00:57:31 +03:00
parent b0a3166a93
commit 00efe33896

View File

@ -909,7 +909,7 @@ class HyperParameterOptimizer(object):
objective_metric_title, # type: str
objective_metric_series, # type: str
objective_metric_sign='min', # type: str
optimizer_class=RandomSearch, # type: type(SearchStrategy)
optimizer_class=RandomSearch, # type: Union[SearchStrategy, type(SearchStrategy)]
max_number_of_concurrent_tasks=10, # type: int
execution_queue='default', # type: str
optimization_time_limit=None, # type: Optional[float]