aws / aws/amazon-sagemaker-examples
from_unlabeled_data_to_deployed_machine_learning_model_ground_truth_demo_image_classification.ipynb failed CI
- 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/ground_truth_labeling_jobs/from_unlabeled_data_to_deployed_machine_learning_model_ground_truth_demo_image_classification/from_unlabeled_data_to_deployed_machine_learning_model_ground_truth_demo_image_classification.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [1]":
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
in
22
23 BUCKET = '<< YOUR S3 BUCKET NAME >>'
---> 24 assert BUCKET != '<< YOUR S3 BUCKET NAME >>', 'Please provide a custom S3 bucket name.'
25 EXP_NAME = 'ground-truth-ic-demo' # Any valid S3 prefix.
26 RUN_FULL_AL_DEMO = True # See 'Cost and Runtime' in the Markdown cell above!
AssertionError: Please provide a custom S3 bucket name.
Contributor guide
Research direction
Open the linked notebook and inspect the first cell, especially the BUCKET assertion that fails during CI. Determine how this notebook should provide or handle the required custom S3 bucket in CI, then rerun the notebook validation and confirm the placeholder assertion no longer fails.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, jupyter-notebook, machine-learning
- Domain
- ci-cd, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100