mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-27 23:18:59 +00:00
clean up
This commit is contained in:
parent
6888605388
commit
7e4e4c7901
@ -2566,7 +2566,6 @@ class AutoML(BaseEstimator):
|
||||
self._use_ray = use_ray or n_concurrent_trials > 1
|
||||
# use the following condition if we have an estimation of average_trial_time and average_trial_overhead
|
||||
# self._use_ray = use_ray or n_concurrent_trials > ( average_trail_time + average_trial_overhead) / (average_trial_time)
|
||||
|
||||
if self._use_ray is not False:
|
||||
import ray
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user