You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/overview.rst
+30-2Lines changed: 30 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ There's also an ``Estimator`` that runs SageMaker compatible custom Docker conta
19
19
Train a Model with the SageMaker Python SDK
20
20
*******************************************
21
21
22
-
To train a model by using the SageMaker Pthon SDK, you:
22
+
To train a model by using the SageMaker Python SDK, you:
23
23
24
24
1. Prepare a training script
25
25
2. Create an estimator
26
-
3. Call the `fit` method of the estimator
26
+
3. Call the ``fit`` method of the estimator
27
27
28
28
After you train a model, you can save it, and then serve the model as an endpoint to get real-time inferences or get inferences for an entire dataset by using batch transform.
29
29
@@ -277,6 +277,10 @@ Please refer to the full example in the examples repo:
You can also find this notebook in the **Advanced Functionality** folder of the **SageMaker Examples** section in a notebook instance.
281
+
For information about using sample notebooks in a SageMaker notebook instance, see `Use Example Notebooks <https://docs.aws.amazon.com/sagemaker/latest/dg/howitworks-nbexamples.html>`__
282
+
in the AWS documentation.
283
+
280
284
Incremental Training
281
285
====================
282
286
@@ -375,6 +379,10 @@ This returns a predictor the same way an ``Estimator`` does when ``deploy()`` is
375
379
376
380
A full example is available in the `Amazon SageMaker examples repository <https://github.com/awslabs/amazon-sagemaker-examples/tree/master/advanced_functionality/mxnet_mnist_byom>`__.
377
381
382
+
You can also find this notebook in the **Advanced Functionality** section of the **SageMaker Examples** section in a notebook instance.
383
+
For information about using sample notebooks in a SageMaker notebook instance, see `Use Example Notebooks <https://docs.aws.amazon.com/sagemaker/latest/dg/howitworks-nbexamples.html>`__
384
+
in the AWS documentation.
385
+
378
386
Consuming SageMaker Model Packages
379
387
==================================
380
388
@@ -494,6 +502,10 @@ For more detailed examples of running hyperparameter tuning jobs, see:
494
502
-`Bringing your own estimator for hyperparameter tuning <https://github.com/awslabs/amazon-sagemaker-examples/blob/master/hyperparameter_tuning/r_bring_your_own/hpo_r_bring_your_own.ipynb>`__
You can also find these notebooks in the **Hyperprameter Tuning** section of the **SageMaker Examples** section in a notebook instance.
506
+
For information about using sample notebooks in a SageMaker notebook instance, see `Use Example Notebooks <https://docs.aws.amazon.com/sagemaker/latest/dg/howitworks-nbexamples.html>`__
507
+
in the AWS documentation.
508
+
497
509
For more detailed explanations of the classes that this library provides for automatic model tuning, see:
498
510
499
511
-`API docs for HyperparameterTuner and parameter range classes <https://sagemaker.readthedocs.io/en/stable/tuner.html>`__
@@ -630,6 +642,10 @@ For detailed examples of running Docker in local mode, see:
630
642
-`TensorFlow local mode example notebook <https://github.com/awslabs/amazon-sagemaker-examples/blob/master/sagemaker-python-sdk/tensorflow_distributed_mnist/tensorflow_local_mode_mnist.ipynb>`__.
631
643
-`MXNet local mode example notebook <https://github.com/awslabs/amazon-sagemaker-examples/blob/master/sagemaker-python-sdk/mxnet_gluon_mnist/mnist_with_gluon_local_mode.ipynb>`__.
632
644
645
+
You can also find these notebooks in the **SageMaker Python SDK** section of the **SageMaker Examples** section in a notebook instance.
646
+
For information about using sample notebooks in a SageMaker notebook instance, see `Use Example Notebooks <https://docs.aws.amazon.com/sagemaker/latest/dg/howitworks-nbexamples.html>`__
647
+
in the AWS documentation.
648
+
633
649
A few important notes:
634
650
635
651
- Only one local mode endpoint can be running at a time.
@@ -830,6 +846,10 @@ This returns a predictor the same way an ``Estimator`` does when ``deploy()`` is
830
846
831
847
A full example is available in the `Amazon SageMaker examples repository <https://github.com/awslabs/amazon-sagemaker-examples/tree/master/advanced_functionality/mxnet_mnist_byom>`__.
832
848
849
+
You can also find this notebook in the **Advanced Functionality** section of the **SageMaker Examples** section in a notebook instance.
850
+
For information about using sample notebooks in a SageMaker notebook instance, see `Use Example Notebooks <https://docs.aws.amazon.com/sagemaker/latest/dg/howitworks-nbexamples.html>`__
851
+
in the AWS documentation.
852
+
833
853
834
854
Inference Pipelines
835
855
*******************
@@ -857,6 +877,10 @@ For more information about how to train an XGBoost model, please refer to the XG
You can also find this notebook in the **Introduction to Amazon Algorithms** section of the **SageMaker Examples** section in a notebook instance.
881
+
For information about using sample notebooks in a SageMaker notebook instance, see `Use Example Notebooks <https://docs.aws.amazon.com/sagemaker/latest/dg/howitworks-nbexamples.html>`__
You can also find these notebooks in the **Advanced Functionality** section of the **SageMaker Examples** section in a notebook instance.
927
+
For information about using sample notebooks in a SageMaker notebook instance, see `Use Example Notebooks <https://docs.aws.amazon.com/sagemaker/latest/dg/howitworks-nbexamples.html>`__
0 commit comments