Skip to content

Commit 8bbcd06

Browse files
stephenleonard8pengk19
authored andcommitted
documentation: update using_sklearn.rst parameter name (aws#814)
Incorrect parameter name in docs. Updated to match what is implemented in the method and what is used in other estimators.
1 parent ee3c959 commit 8bbcd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/using_sklearn.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The following are optional arguments. When you create a ``SKLearn`` object, you
170170
method execution.
171171
- ``output_kms_key`` Optional KMS key ID to optionally encrypt training
172172
output with.
173-
- ``job_name`` Name to assign for the training job that the fit()
173+
- ``base_job_name`` Name to assign for the training job that the fit()
174174
method launches. If not specified, the estimator generates a default
175175
job name, based on the training image name and current timestamp
176176
- ``image_name`` An alternative docker image to use for training and

0 commit comments

Comments
 (0)