Amazon SageMaker Examples
latest

Get started

  • Introduction to applying machine learning
  • Training
  • Inference

Featured examples

  • Get started with Studio
  • Framework examples
  • Model compilation with Neo
  • Bring your own container to Studio

Autopilot

  • Get started with Autopilot
    • Direct Marketing with Amazon SageMaker Autopilot
  • Feature selection
    • Bringing your own data processing code to SageMaker Autopilot
    • Setup
    • Feature Selection
    • Autopilot
    • Serial Inference Pipeline that combines feature selection and autopilot
  • Model explainability
    • Explaining Autopilot Models

Preprocessing

  • Preprocessing by data type
  • Ground Truth

Training

  • Algorithms
  • Bring your own container
  • Data types
  • Debugger
  • Distributed Training
  • Experiments
  • Frameworks
  • Hyperparameter tuning
  • Management features
  • Reinforcement learning

Inference

  • Batch transform
  • Bring your own container
  • Data types
  • Model Compilation with Neo
  • Model deployment
  • Model monitor

Frameworks

  • Apache MXNet
  • Deep Graph Library
  • PyTorch
  • R
  • Scikit-learn
  • TensorFlow

Workflows

  • Processing
  • Spark
  • Step Functions

Advanced examples

  • Science of ML
  • AWS Marketplace

Community examples

  • Contributions
Amazon SageMaker Examples
  • Docs »
  • Get started with Autopilot
  • Edit on GitHub

Get started with Autopilot¶

https://readthedocs.org/projects/sagemaker-examples-test-website/badge/?version=latest
  • Direct Marketing with Amazon SageMaker Autopilot
    • Contents
    • Introduction
    • Prerequisites
    • Downloading the dataset
    • Upload the dataset to Amazon S3
      • Reserve some data for calling batch inference on the model
      • Upload the dataset to Amazon S3
    • Setting up the SageMaker Autopilot Job
    • Launching the SageMaker Autopilot Job
    • Tracking SageMaker Autopilot job progress
    • Results
      • Perform batch inference using the best candidate
      • View other candidates explored by SageMaker Autopilot
      • Candidate Generation Notebook
      • Data Exploration Notebook
    • Cleanup

Feature selection¶

  • Bringing your own data processing code to SageMaker Autopilot
    • Table of contents
  • Setup
  • Feature Selection
  • Autopilot
    • First we add column names to transferred data
    • Set up and kick off autopilot job
    • Tracking SageMaker Autopilot job progress
    • Results
  • Serial Inference Pipeline that combines feature selection and autopilot

Model explainability¶

  • Explaining Autopilot Models
    • Table of Contents
    • Introduction
      • SHAP
    • Setup
      • Create an inference endpoint
      • Wrap Autopilot’s endpoint with an estimator class.
      • Data
      • Background data
      • Setup KernelExplainer
    • Local explanation with KernelExplainer
    • KernelExplainer computation cost
    • Global explanation with KernelExplainer
    • Conclusion
Next Previous

© Copyright 2020, Aaron Markham Revision 28420d84.

Built with Sphinx using a theme provided by Read the Docs.