Skip to content

Conversation

@mollyheamazon
Copy link
Contributor

@mollyheamazon mollyheamazon commented Feb 10, 2026

Issue #, if available:

Description of changes:
Bring the following v2 notebooks to v3 as parity

  1. Linear Learner: breast cancer prediction
  2. Neural Topic Model: news group topic modeling
  3. Jumpstart Finetuning: object detection birds

This notebook US-census is not possible to bring to v3 since the dataset is deprecated and no longer accessible.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Comment on lines +415 to +424
"model = Model.create(\n",
" model_name=model_name,\n",
" execution_role_arn=role,\n",
" primary_container={\n",
" 'image': container,\n",
" 'model_data_url': training_job.model_artifacts.s3_model_artifacts\n",
" },\n",
" session=sagemaker_session.boto_session\n",
")\n",
"\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why we are using sagemaker core instead of model builder ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants