Skip to content

Commit 53d7784

Browse files
Anton RepushkoH. Furkan Bozkurt
Anton Repushko
authored and
H. Furkan Bozkurt
committed
Improvements of the integration tests
1 parent f78fda2 commit 53d7784

File tree

5 files changed

+517
-11154
lines changed

5 files changed

+517
-11154
lines changed

src/sagemaker/automl/automlv2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -877,8 +877,8 @@ def best_candidate(self, job_name=None):
877877
"""Returns the best candidate of an AutoML job for a given name.
878878
879879
Args:
880-
job_name (str): The name of the AutoML job. If None, will use object's
881-
_current_auto_ml_job_name.
880+
job_name (str): The name of the AutoML job. If None, object's
881+
_current_auto_ml_job_name will be used.
882882
883883
Returns:
884884
dict: A dictionary with information of the best candidate.

0 commit comments

Comments
 (0)