File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,6 @@ def _repr_html_(self):
342342 res += self ._key_repr ("nFolds" )
343343
344344 res += self ._key_repr ("stratified" )
345- # TODO: pointers to ssdSeed and time variable ?
346345
347346 res += "Execution Settings:\n "
348347 if self ._raw_settings .get ("timeout" , 0 ) > 0 :
@@ -518,8 +517,8 @@ def set_custom_validation(self, code=None):
518517 def set_search_distribution (self , distributed = False , n_containers = 4 ):
519518 """
520519 Sets the distribution parameters for the hyperparameter search execution.
521- :param distributed: if True, distribute search across n_containers containers in the Kubernetes
522- cluster selected in containerized execution configuration of the runtime environment , defaults to False
520+ :param distributed: if True, distribute search in the Kubernetes cluster selected
521+ in the runtime environment's containerized execution configuration, defaults to False
523522 :type distributed: bool
524523 :param n_containers: number of containers to use for the distributed search, defaults to 4
525524 :type n_containers: int
You can’t perform that action at this time.
0 commit comments