Skip to content

Commit 0e44fee

Browse files
committed
Clean up
1 parent 429c0ca commit 0e44fee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dataikuapi/dss/ml.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)