Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.