aws / aws/amazon-sagemaker-examples

using-dataset-product-from-aws-data-exchange-with-ml-model-from-aws-marketplace.ipynb failed CI

Open
#2,279 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
11k
Forks
7k
Avg merge
8h 29m
Merged PRs (30d)
8

Description

Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/aws_marketplace/using_data/using_data_with_ml_model/using-dataset-product-from-aws-data-exchange-with-ml-model-from-aws-marketplace.ipynb

Error:

---------------------------------------------------------------------------
Exception encountered at "In [6]":
---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
in
3
4 camera_id=get_camera_id('1634351818.jpg')
----> 5 show_cam_footage(camera_id)

in show_cam_footage(camera_id)
1 def show_cam_footage(camera_id):
----> 2 return Image(url= camera_footage[camera_id], width=400, height=800)
3
4 camera_id=get_camera_id('1634351818.jpg')
5 show_cam_footage(camera_id)

KeyError: None

Contributor guide

Open the contributing guide

Research direction

Open the linked notebook and inspect cell In [6], especially get_camera_id and show_cam_footage. Re-run the notebook or its CI check to determine why get_camera_id returns None for 1634351818.jpg. Done means the notebook completes this step without the KeyError.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, jupyter-notebook
Domain
machine-learning, testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.