Skip to content

Commit 560c568

Browse files
author
Ignacio Quintero
committed
Add Build and Coverage Badges
1 parent 6c32c3f commit 560c568

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
SageMaker Python SDK
77
====================
88

9+
.. image:: https://travis-ci.org/aws/sagemaker-python-sdk.svg?branch=master
10+
:target: https://travis-ci.org/aws/sagemaker-python-sdk
11+
:alt: Build Status
12+
13+
.. image:: https://codecov.io/gh/aws/sagemaker-python-sdk/branch/master/graph/badge.svg
14+
:target: https://codecov.io/gh/aws/sagemaker-python-sdk
15+
:alt: CodeCov
16+
917
SageMaker Python SDK is an open source library for training and deploying machine learning models on Amazon SageMaker.
1018

1119
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**, these 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.

0 commit comments

Comments
 (0)