Skip to content

Commit 16c1ed6

Browse files
author
Chuyang Deng
committed
remove unavailble links
1 parent 85f9039 commit 16c1ed6

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

src/sagemaker/chainer/estimator.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ def __init__(
105105
py_version (str): Python version you want to use for executing your
106106
model training code (default: 'py2'). One of 'py2' or 'py3'.
107107
framework_version (str): Chainer version you want to use for
108-
executing your model training code. List of supported versions
109-
https://github.com/aws/sagemaker-python-sdk#chainer-sagemaker-estimators.
110-
If not specified, this will default to 4.1.
108+
executing your model training code. If not specified, this will
109+
default to 4.1.
111110
image_name (str): If specified, the estimator will use this image
112111
for training and hosting, instead of selecting the appropriate
113112
SageMaker official image based on framework_version and

src/sagemaker/sklearn/estimator.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ def __init__(
6868
If ``source_dir`` is specified, then ``entry_point``
6969
must point to a file located at the root of ``source_dir``.
7070
framework_version (str): Scikit-learn version you want to use for
71-
executing your model training code. List of supported versions
72-
https://github.com/aws/sagemaker-python-sdk#sklearn-sagemaker-estimators
71+
executing your model training code.
7372
source_dir (str): Path (absolute, relative or an S3 URI) to a directory
7473
with any other training source code dependencies aside from the entry
7574
point file (default: None). If ``source_dir`` is an S3 URI, it must

src/sagemaker/xgboost/estimator.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ def __init__(
7373
be executed as the entry point to training. If ``source_dir`` is specified,
7474
then ``entry_point`` must point to a file located at the root of ``source_dir``.
7575
framework_version (str): XGBoost version you want to use for executing your model
76-
training code. List of supported versions
77-
https://github.com/aws/sagemaker-python-sdk#xgboost-sagemaker-estimators
76+
training code.
7877
source_dir (str): Path (absolute, relative or an S3 URI) to a directory
7978
with any other training source code dependencies aside from the entry
8079
point file (default: None). If ``source_dir`` is an S3 URI, it must

0 commit comments

Comments
 (0)