Skip to content

Files

Latest commit

atqyEC2 Default User
and
EC2 Default User
Jan 13, 2023
e63a03f · Jan 13, 2023

History

History
This branch is 6 commits ahead of, 543 commits behind aws/amazon-sagemaker-examples:default.

kmeans_bring_your_own_model

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 24, 2017
Jan 13, 2023

Bring Your Own Model (k-means)

kmeans_bring_your_own_model.ipynb: shows how to fit a k-means model in scikit-learn and then inject it into Amazon SageMaker's first party k-means container for scoring. This addresses the use case where a customer has already trained their model outside of Amazon SageMaker, but wishes to host it for predictions within Amazon SageMaker.