Skip to content

Files

Latest commit

9c12268 · Jun 28, 2021

History

History
This branch is 967 commits behind aws/amazon-sagemaker-examples:default.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 28, 2021
Nov 24, 2017

Breast Cancer Example

This example notebook shows how to use Sagemaker's linear-learner to predict breast cancer. It demonstrates the following:

  • Basic setup for using Sagemaker.
  • converting datasets to the recordIO format used by the Amazon SageMaker algorithms and uploading to user provided S3 bucket.
  • Training Sagemaker's linear learner on the data set.
  • Hosting the trained model for scoring.
  • Scoring using the trained model.