Skip to content

Commit cca9eee

Browse files
Get started updates (aws#3335)
* moved and updated getting started content * remove caption Co-authored-by: Julia Kroll <[email protected]>
1 parent 42a1a09 commit cca9eee

File tree

2 files changed

+8
-40
lines changed

2 files changed

+8
-40
lines changed

index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Welcome to Amazon SageMaker.
1111
This site highlights example Jupyter notebooks for a variety of machine learning use cases that you can run in SageMaker.
1212

1313
This site is based on the `SageMaker Examples repository <https://github.com/aws/amazon-sagemaker-examples>`_ on GitHub.
14-
Browse around to see what piques your interest.
1514
To run these notebooks, you will need a SageMaker Notebook Instance or SageMaker Studio.
1615
Refer to the SageMaker developer guide's `Get Started <https://docs.aws.amazon.com/sagemaker/latest/dg/gs.html>`_ page to get one of these set up.
1716

@@ -22,10 +21,9 @@ On SageMaker Studio, you will need to open a terminal, go to your home folder, t
2221

2322

2423
.. toctree::
25-
:maxdepth: 1
26-
:caption: Get started
24+
:maxdepth: 1
2725

28-
get_started/index
26+
intro.rst
2927

3028

3129
.. toctree::
Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Get Started with Amazon SageMaker
1+
Introduction to Amazon SageMaker
22
=================================
33

4-
You have several options for how you can use SageMaker.
4+
You have several options for how you can use Amazon SageMaker.
55

6-
1. IDE: SageMaker Studio
7-
2. Console: SageMaker Notebook Instances
8-
3. Command line & SDK: AWS CLI, boto3, & SageMaker Python SDK
9-
4. 3rd party integrations: Kubeflow & Kubernetes operators
6+
1. IDE: `SageMaker Studio <https://docs.aws.amazon.com/sagemaker/latest/dg/studio.html>`_
7+
2. Console: `SageMaker Notebook Instances <https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks.html>`_
8+
3. Command line & SDK: `AWS CLI <https://docs.aws.amazon.com/cli/latest/reference/sagemaker/index.html#cli-aws-sagemaker>`_, `boto3 <https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html>`_, & `SageMaker Python SDK <https://sagemaker.readthedocs.io/>`_
9+
4. 3rd party integrations: `Kubeflow <https://docs.aws.amazon.com/sagemaker/latest/dg/kubernetes-sagemaker-components-for-kubeflow-pipelines.html>`_ & `Kubernetes operators <https://docs.aws.amazon.com/sagemaker/latest/dg/kubernetes-sagemaker-operators.html>`_
1010

1111
If you're new to SageMaker we recommend starting with more feature-rich SageMaker Studio.
1212
It uses the familiar JupyterLab interface and has seamless integration with a variety of deep learning and data science environments and scalable compute resources for training, inference, and other ML operations.
@@ -42,33 +42,3 @@ Get started with SageMaker Notebook Instances
4242
<div style="position: relative; padding-bottom: 5%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
4343
<iframe width="560" height="315" src="https://www.youtube.com/embed/X5CLunIzj3U" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4444
</div>
45-
46-
47-
Introduction to applying machine learning
48-
=========================================
49-
50-
.. toctree::
51-
:maxdepth: 1
52-
53-
../introduction_to_applying_machine_learning/video_game_sales/video-game-sales-xgboost
54-
../introduction_to_applying_machine_learning/breast_cancer_prediction/Breast Cancer Prediction
55-
../introduction_to_applying_machine_learning/xgboost_customer_churn/xgboost_customer_churn
56-
57-
58-
Training
59-
=================================
60-
61-
.. toctree::
62-
:maxdepth: 1
63-
64-
../introduction_to_amazon_algorithms/xgboost_mnist/xgboost_mnist
65-
../introduction_to_applying_machine_learning/ensemble_modeling/EnsembleLearnerCensusIncome
66-
67-
68-
Inference
69-
=========
70-
71-
.. toctree::
72-
:maxdepth: 1
73-
74-
../introduction_to_amazon_algorithms/blazingtext_hosting_pretrained_fasttext/blazingtext_hosting_pretrained_fasttext

0 commit comments

Comments
 (0)