Skip to content

Commit ecfa2e4

Browse files
samronsinmhham
andauthored
Apply suggestions from code review
Co-authored-by: Mehdi Hamoumi <mhham@users.noreply.github.com>
1 parent cc2ca1e commit ecfa2e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dataikuapi/dss/ml.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def set_search_distribution(self, distributed=False, n_containers=4):
540540
:param distributed: if True, distribute search across n_containers containers in the Kubernetes
541541
cluster selected in containerized execution configuration of the runtime environment
542542
:type distributed: bool
543-
:param n_containers:
543+
:param n_containers: number of containers to use for the distributed search
544544
:type n_containers: int
545545
:return: current (mutated) settings
546546
:rtype: HyperparameterSearchSettings
@@ -1338,7 +1338,7 @@ def get_algorithm_settings(self, algorithm_name):
13381338
13391339
:param algorithm_name: Name (in capitals) of the algorithm.
13401340
:type algorithm_name: str
1341-
:return: A PredictionAlgorithmSettings (extended dict) for a single built-in prediction algorithm
1341+
:return: A PredictionAlgorithmSettings (extended dict) for one of the built-in prediction algorithms
13421342
:rtype: PredictionAlgorithmSettings
13431343
"""
13441344
if algorithm_name in self.__class__.algorithm_remap:
@@ -1486,7 +1486,7 @@ def get_algorithm_settings(self, algorithm_name):
14861486
14871487
Please refer to the documentation for details on available algorithms.
14881488
1489-
:param: algorithm_name: Name (in capitals) of the algorithm.
1489+
:param: algorithm_name: Name of the algorithm (uppercase).
14901490
:type: algorithm_name: str
14911491
:return: A dict of the settings for an algorithm
14921492
:rtype: dict

0 commit comments

Comments
 (0)