Skip to content

doc: add Model Monitor documentation #1190

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 7 commits into from
Dec 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Table of Contents
20. `Amazon SageMaker Operators for Kubernetes <#amazon-sagemaker-operators-for-kubernetes>`__
21. `SageMaker Workflow <#sagemaker-workflow>`__
22. `SageMaker Autopilot <#sagemaker-autopilot>`__
23. `Model Monitoring <#amazon-sagemaker-model-monitoring>`__


Installing the SageMaker Python SDK
Expand Down Expand Up @@ -357,3 +358,11 @@ For more information about SageMaker Autopilot, see `SageMaker Autopilot`_.

.. _SageMaker Autopilot: src/sagemaker/automl/README.rst

Amazon SageMaker Model Monitoring
---------------------------------

You can use Amazon SageMaker Model Monitoring to automatically detect concept drift by monitoring your machine learning models.

For more information, see `Amazon SageMaker Model Monitoring`_.

.. _Amazon SageMaker Model Monitoring: https://sagemaker.readthedocs.io/en/stable/amazon_sagemaker_model_monitoring.html
Loading