We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f76f6 commit d32c5f6Copy full SHA for d32c5f6
src/sagemaker/sklearn/estimator.py
@@ -80,7 +80,7 @@ def __init__(
80
and values, but ``str()`` will be called to convert them before
81
training.
82
py_version (str): Python version you want to use for executing your
83
- model training code (default: 'py2'). One of 'py2' or 'py3'.
+ model training code (default: 'py3'). One of 'py2' or 'py3'.
84
image_name (str): If specified, the estimator will use this image
85
for training and hosting, instead of selecting the appropriate
86
SageMaker official image based on framework_version and
0 commit comments