Skip to content

Commit eac0751

Browse files
committed
feat(migrate): Initial SKLearn challenge import
Initial import of the SKLearn migration challenge option as provided by https://github.com/aws-samples/anz-amazon-sagemaker-immersionday/
1 parent 88234c8 commit eac0751

File tree

4 files changed

+1642
-1
lines changed

4 files changed

+1642
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Sessions in suggested order:
2020
- (Optional) Start with [sklearn_reg](custom_script_demos/sklearn_reg) for an introduction if you're new to deep learning but familiar with Scikit-Learn
2121
- See [huggingface_nlp](custom_script_demos/sklearn_reg) (preferred) for a side-by-side comparison of in-notebook versus on-SageMaker model training and inference for text classification - or alternatively the custom CNN-based [keras_nlp](custom_script_demos/keras_nlp) or [pytorch_nlp](custom_script_demos/pytorch_nlp) examples.
2222
1. [migration_challenge](migration_challenge): **Apply** what you learned to port an in-notebook workflow to a SageMaker training job + endpoint deployment on your own
23-
- Choose the [keras_mnist](migration_challenge/keras_mnist) or [pytorch_mnist](migration_challenge/pytorch_mnist) depending which ML framework you're most comfortable with.
23+
- Choose the [sklearn_cls](migration_challenge/sklearn_cls), [keras_mnist](migration_challenge/keras_mnist) or [pytorch_mnist](migration_challenge/pytorch_mnist) challenge, depending which ML framework you're most comfortable with.
2424

2525

2626
## Deploying in Your Own Account

0 commit comments

Comments
 (0)