This repository provides simple examples to help you migrate machine learning workloads from AWS SageMaker to Snowflake ML.
- XGBoost Classifier
- PyTorch Classifier
- Image Classification
- Eliminate data movement between platforms
- Use Snowflake’s built‑in governance and security
- Deploy models directly as SQL functions
- Clone the repo:
git clone https://github.com/Snowflake-Labs/sf-samples.git
cd sf-samples/samples/ml-sagemaker-to-snowflake- Install requirements:
pip install -r requirements.txt- Run an example (e.g., XGBoost):
cd xgboost_classifier
python train.pyml-sagemaker-to-snowflake/
├─ xgboost_classifier/
├─ pytorch_classifier/
├─ image_classification/
└─ README.md
Apache 2.0