You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The repository contains the following resources:
42
42
-[**scikit-learn Script Mode Training and Serving**](scikit_learn_script_mode_local_training_and_serving): This example shows how to train and serve your model with scikit-learn and SageMaker script mode, on your local machine using SageMaker local mode.
43
43
-[**scikit-learn Bring Your Own Model**](scikit_learn_bring_your_own_model_local_serving): This example shows how to serve your pre-trained scikit-learn model with SageMaker, on your local machine using SageMaker local mode.
44
44
-[**CatBoost with scikit-learn Script Mode Training and Serving**](catboost_scikit_learn_script_mode_local_training_and_serving): This example shows how to train and serve a CatBoost model with scikit-learn and SageMaker script mode, on your local machine using SageMaker local mode.
45
-
-[**Delta Lake scikit-learn Script Mode Training and Serving**](delta_lake_scikit_learn_local_training_and_serving): This example shows how to train a scikit-learn model on the boston-housing dataset fetched from Delta Lake, and then serve your model with scikit-learn and SageMaker script mode, on your local machine using SageMaker local mode.
45
+
-[**Delta Sharing scikit-learn Script Mode Training and Serving**](delta_sharing_scikit_learn_local_training_and_serving): This example shows how to train a scikit-learn model on the boston-housing dataset fetched from Delta Lake using Delta Sharing, and then serve your model with scikit-learn and SageMaker script mode, on your local machine using SageMaker local mode.
46
46
47
47
-**XGBoost resources:**
48
48
@@ -70,15 +70,16 @@ The repository contains the following resources:
70
70
-[**Bring Your Own Container Prophet Algorithm**](prophet_bring_your_own_container_local_training_and_serving): This example provides a detailed walkthrough on how to package a Prophet algorithm for training and production-ready hosting. We have included also a Python file for local training and serving that can run on your local computer, for faster development.
71
71
-[**Bring Your Own Container HDBSCAN Algorithm**](hdbscan_bring_your_own_container_local_training): This example provides a detailed walkthrough on how to package a HDBSCAN algorithm for training. We have included also a Python file for local training that can run on your local computer, for faster development.
72
72
-[**Bring Your Own Container scikit-learn Algorithm and deploy a pre-trained Model**](scikit_learn_bring_your_own_container_and_own_model_local_serving): This example provides a detailed walkthrough on how to package a scikit-learn algorithm for serving with a pre-trained model. We have included also a Python file for local serving that can run on your local computer, for faster development.
73
-
73
+
-[**Delta Lake Bring Your Own Container CatBoost Algorithm**](delta_lake_bring_your_own_container_local_training_and_serving): This example provides a detailed walkthrough on how to package a CatBoost algorithm for training on data fetched from Delta Lake, directly from S3, and and then serve your model with the Docker image you built. We have included also a Python file for local training and serving that can run on your local computer, for faster development.
74
+
74
75
-**Built-in scikit-learn Processing Job :**
75
76
76
77
-[**Built-in scikit-learn Processing Job**](scikit_learn_local_processing): This example provides a detailed walkthrough on how to use the built-in scikit-learn Docker image for processing jobs. We have included also a Python file for processing jobs that can run on your local computer, for faster development.
77
78
78
79
-**Bring Your Own Container scikit-learn Processing Job :**
79
80
80
81
-[**Bring Your Own Container scikit-learn Processing Job**](scikit_learn_bring_your_own_container_local_processing): This example provides a detailed walk-through on how to package a scikit-learn Docker image for processing jobs. We have included also a Python file for processing jobs that can run on your local computer, for faster development.
81
-
-[**Delta Lake Bring Your Own Container Processing Job**](delta_lake_bring_your_own_container_local_processing): This example provides a detailed walk-through on how to package a scikit-learn Docker image for processing job that fetch data from a table on Delta Lake, and aggregate total COVID-19 cases per country. We have included also a Python file for processing jobs that can run on your local computer, for faster development.
82
+
-[**Delta Sharing Bring Your Own Container Processing Job**](delta_sharing_bring_your_own_container_local_processing): This example provides a detailed walk-through on how to package a scikit-learn Docker image for processing job that fetch data from a table on Delta Lake using Delta Sharing, and aggregate total COVID-19 cases per country. We have included also a Python file for processing jobs that can run on your local computer, for faster development.
82
83
83
84
**Note**: Those examples were tested on macOS and Linux.
0 commit comments