-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Move overview content from main readme into sphynx project #666
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
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
59d8b32
Move overview content from main readme into sphynx project
eslesar-aws 0c56bb4
made changes per feedback
eslesar-aws 4858676
Merge branch 'master' of https://github.com/aws/sagemaker-python-sdk …
eslesar-aws 29fa519
fixed changelog doc fix entries
eslesar-aws 7ae0107
remove extraneous newlines from changelog
eslesar-aws 7735abf
resolve merge conflict in changelog
eslesar-aws 67c6160
fixed merge conflict
eslesar-aws 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
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 |
|---|---|---|
| @@ -1,14 +1,22 @@ | ||
| ########################### | ||
| Amazon SageMaker Python SDK | ||
| =========================== | ||
| ########################### | ||
| Amazon SageMaker Python SDK is an open source library for training and deploying machine-learned models on Amazon SageMaker. | ||
|
|
||
| With the SDK, you can train and deploy models using popular deep learning frameworks, algorithms provided by Amazon, or your own algorithms built into SageMaker-compatible Docker images. | ||
|
|
||
| Here you'll find API docs for SageMaker Python SDK. The project homepage is in Github: https://github.com/aws/sagemaker-python-sdk, where you can find the SDK source, installation instructions and a general overview of the library. | ||
| Here you'll find overview and API documentation for SageMaker Python SDK. The project homepage is in Github: https://github.com/aws/sagemaker-python-sdk, where you can find the SDK source and installation instructions for the library. | ||
|
||
|
|
||
| ******** | ||
| Overview | ||
| -------- | ||
| The SageMaker Python SDK consists of a few primary interfaces: | ||
| ******** | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| overview | ||
|
|
||
| The SageMaker Python SDK consists of a few primary classes: | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
@@ -22,8 +30,9 @@ The SageMaker Python SDK consists of a few primary interfaces: | |
| session | ||
| analytics | ||
|
|
||
| ***** | ||
| MXNet | ||
| ----- | ||
| ***** | ||
| A managed environment for MXNet training and hosting on Amazon SageMaker | ||
|
|
||
| .. toctree:: | ||
|
|
@@ -36,62 +45,69 @@ A managed environment for MXNet training and hosting on Amazon SageMaker | |
|
|
||
| sagemaker.mxnet | ||
|
|
||
| ********** | ||
| TensorFlow | ||
| ---------- | ||
| ********** | ||
| A managed environment for TensorFlow training and hosting on Amazon SageMaker | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| sagemaker.tensorflow | ||
|
|
||
| ************ | ||
| Scikit-Learn | ||
| ------------ | ||
| ************ | ||
| A managed enrionment for Scikit-learn training and hosting on Amazon SageMaker | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| sagemaker.sklearn | ||
|
|
||
| ******* | ||
| PyTorch | ||
| ------- | ||
| ******* | ||
| A managed environment for PyTorch training and hosting on Amazon SageMaker | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| sagemaker.pytorch | ||
|
|
||
| ******* | ||
| Chainer | ||
| ------- | ||
| ******* | ||
| A managed environment for Chainer training and hosting on Amazon SageMaker | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| sagemaker.chainer | ||
|
|
||
| ********************** | ||
| Reinforcement Learning | ||
| ---------------------- | ||
| ********************** | ||
| A managed environment for Reinforcement Learning training and hosting on Amazon SageMaker | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| sagemaker.rl | ||
|
|
||
| *************** | ||
| SparkML Serving | ||
| --------------- | ||
| *************** | ||
| A managed environment for SparkML hosting on Amazon SageMaker | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| sagemaker.sparkml | ||
|
|
||
| ******************************** | ||
| SageMaker First-Party Algorithms | ||
| -------------------------------- | ||
| ******************************** | ||
| Amazon provides implementations of some common machine learning algortithms optimized for GPU architecture and massive datasets. | ||
|
|
||
| .. toctree:: | ||
|
|
@@ -109,8 +125,9 @@ Amazon provides implementations of some common machine learning algortithms opti | |
| pca | ||
| randomcutforest | ||
|
|
||
| ********* | ||
| Workflows | ||
| --------- | ||
| ********* | ||
| SageMaker APIs to export configurations for creating and managing Airflow workflows. | ||
|
|
||
| .. toctree:: | ||
|
|
||
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.
the "dev" part of the label means we haven't released it yet, so you can add this in the entry below. Also maybe add an entry for the last PR since we forgot?