Skip to content

documentation: remove Other tab in Built-in algorithms section and mi… #3317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 24, 2022
8 changes: 6 additions & 2 deletions doc/algorithms/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
Built-in Algorithms
######################

Amazon SageMaker provides implementations of some common machine learning algorithms optimized for GPU architecture and massive datasets.
Built-in algorithms are offered in 2 modes:

* Container mode algorithms offered through :ref:`Estimators <estimators>` & :ref:`Amazon Estimators <amazon_estimators>`

* Script mode algorithms based on `pre-built SageMaker Docker Images <https://docs.aws.amazon.com/sagemaker/latest/dg/docker-containers-prebuilt.html>`__ offered through Estimators

.. toctree::
:maxdepth: 2

sagemaker.amazon.amazon_estimator
tabular/index
text/index
time_series/index
unsupervised/index
vision/index
other/index
10 changes: 0 additions & 10 deletions doc/algorithms/other/index.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _amazon_estimators:

Amazon Estimators
--------------------

Expand Down
1 change: 0 additions & 1 deletion doc/algorithms/tabular/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ Amazon SageMaker provides built-in algorithms that are tailored to the analysis
linear_learner
tabtransformer
xgboost
object2vec
2 changes: 1 addition & 1 deletion doc/algorithms/text/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Amazon SageMaker provides algorithms that are tailored to the analysis of textua
blazing_text
lda
ntm
object2vec
sequence_to_sequence
text_classification_tensorflow
sentence_pair_classification_tensorflow
Expand All @@ -19,4 +20,3 @@ Amazon SageMaker provides algorithms that are tailored to the analysis of textua
text_summarization_hugging_face
text_generation_hugging_face
machine_translation_hugging_face
text_embedding_tensorflow_mxnet
13 changes: 7 additions & 6 deletions doc/algorithms/vision/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ Amazon SageMaker provides image processing algorithms that are used for image cl
.. toctree::
:maxdepth: 2

image_classification_mxnet
image_classification_pytorch
image_classification_tensorflow
image_classification_pytorch
image_classification_mxnet
image_embedding_tensorflow
instance_segmentation_mxnet
object_detection_tensorflow
object_detection_pytorch
object_detection_mxnet_gluoncv
object_detection_mxnet
object_detection_pytorch
object_detection_tensorflow
semantic_segmentation_mxnet_gluoncv
semantic_segmentation_mxnet
instance_segmentation_mxnet
image_embedding_tensorflow
text_embedding_tensorflow_mxnet
2 changes: 2 additions & 0 deletions doc/api/training/estimators.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _estimators:

Estimators
----------

Expand Down