Skip to content

Commit c51a1e0

Browse files
authored
Updated scikit_learn_data_processing_and_model_evaluation.ipynb for SageMaker SDK v2 (#1937)
Notebook needed updates to be compatible with the v2 of the SageMaker SDK, which is the new Default SDK version in SageMaker.
1 parent 42af429 commit c51a1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker_processing/scikit_learn_data_processing_and_model_evaluation/scikit_learn_data_processing_and_model_evaluation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"sklearn = SKLearn(\n",
256256
" entry_point='train.py',\n",
257257
" framework_version='0.20.0',\n",
258-
" train_instance_type=\"ml.m5.xlarge\",\n",
258+
" instance_type=\"ml.m5.xlarge\",\n",
259259
" role=role)"
260260
]
261261
},

0 commit comments

Comments
 (0)