Skip to content

Files

Latest commit

12085f3 · Oct 23, 2023

History

History
This branch is 88 commits behind aws/amazon-sagemaker-examples:main.

kmeans_bring_your_own_model

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.