summaryrefslogtreecommitdiff
path: root/misc/py-sagemaker/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-sagemaker/pkg-descr')
-rw-r--r--misc/py-sagemaker/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/py-sagemaker/pkg-descr b/misc/py-sagemaker/pkg-descr
new file mode 100644
index 000000000000..0e6c037ecb96
--- /dev/null
+++ b/misc/py-sagemaker/pkg-descr
@@ -0,0 +1,10 @@
+SageMaker Python SDK is an open source library for training and deploying
+machine learning models on Amazon SageMaker.
+
+With the SDK, you can train and deploy models using popular deep learning
+frameworks Apache MXNet and TensorFlow. You can also train and deploy models
+with Amazon algorithms, which are scalable implementations of core machine
+learning algorithms that are optimized for SageMaker and GPU training.
+
+If you have your own algorithms built into SageMaker compatible Docker
+containers, you can train and host models using these as well.