-
Notifications
You must be signed in to change notification settings - Fork 1.2k
refactor the navigation #1525
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
refactor the navigation #1525
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
################# | ||
Airflow Workflows | ||
################# | ||
|
||
SageMaker APIs to export configurations for creating and managing Airflow workflows. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
using_workflow | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sagemaker.workflow.airflow |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
###################### | ||
First-Party Algorithms | ||
###################### | ||
|
||
Amazon SageMaker provides implementations of some common machine learning algorithms optimized for GPU architecture and massive datasets. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sagemaker.amazon.amazon_estimator | ||
factorization_machines | ||
ipinsights | ||
kmeans | ||
knn | ||
lda | ||
linear_learner | ||
ntm | ||
object2vec | ||
pca | ||
randomcutforest | ||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#### | ||
APIs | ||
#### | ||
|
||
The SageMaker Python SDK consists of a variety classes for training, inference and general utility: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
training/index | ||
inference/index | ||
utility/index |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
############## | ||
Inference APIs | ||
############## | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
* |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
############# | ||
Training APIs | ||
############# | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
* |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
############ | ||
Utility APIs | ||
############ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
* |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
########################## | ||
Chainer | ||
########################## | ||
|
||
A managed environment for Chainer training and hosting on Amazon SageMaker | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
using_chainer | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sagemaker.chainer |
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
########## | ||
Frameworks | ||
########## | ||
|
||
The SageMaker Python SDK supports managed training and inference for a variety of machine learning frameworks: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
mxnet/index | ||
chainer/index | ||
pytorch/index | ||
rl/index | ||
sklearn/index | ||
sparkml/index | ||
tensorflow/index | ||
xgboost/index |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
######################## | ||
Apache MXNet | ||
######################## | ||
|
||
A managed environment for MXNet training and hosting on Amazon SageMaker | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
using_mxnet | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sagemaker.mxnet |
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
########################## | ||
PyTorch | ||
########################## | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
* |
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
######################################### | ||
Reinforcement Learning | ||
######################################### | ||
|
||
A managed environment for Reinforcement Learning (RL) on Amazon SageMaker | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
using_rl | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sagemaker.rl |
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
############################### | ||
Scikit-Learn | ||
############################### | ||
|
||
A managed environment for Scikit-Learn training and hosting on Amazon SageMaker | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
using_sklearn | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sagemaker.sklearn |
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
################################## | ||
SparkML Serving | ||
################################## | ||
|
||
A managed environment for SparkML Serving on Amazon SageMaker | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sagemaker.sparkml |
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
############################# | ||
TensorFlow | ||
############################# | ||
|
||
A managed environment for TensorFlow training and hosting on Amazon SageMaker | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
using_tf | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sagemaker.tensorflow |
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
########################## | ||
XGBoost | ||
########################## | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
* |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't have to be in this PR, but is there a way to automate getting the list of algorithms (maybe using the glob trick)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, we can totally do that ... it'll be alphabetical, so if we want any organization, then we'd want to rename the files to fit that org.