aws / aws/amazon-sagemaker-examples
scikit_learn_data_processing_and_model_evaluation.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/sagemaker_processing/scikit_learn_data_processing_and_model_evaluation/scikit_learn_data_processing_and_model_evaluation.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [16]":
---------------------------------------------------------------------------
UnexpectedStatusException Traceback (most recent call last)
in
7 ProcessingOutput(output_name='test_data',
8 source='/opt/ml/processing/test')],
----> 9 arguments=['--train-test-split-ratio', '0.2']
10 )
11 script_processor_job_description = script_processor.jobs[-1].describe()
/opt/conda/lib/python3.7/site-packages/s
[...]
UnexpectedStatusException: Error for Processing job sagemaker-processing-container-2021-05-11-00-26-49-708: Failed. Reason: ClientError: API error (404): manifest for 521695447989.dkr.ecr.us-west-2.amazonaws.com/sagemaker-processing-container:latest not found: manifest unknown: Requested image not found
Contributor guide
Research direction
Open sagemaker_processing/scikit_learn_data_processing_and_model_evaluation/scikit_learn_data_processing_and_model_evaluation.ipynb and inspect cell In [16], where the Processing job fails because the referenced ECR image manifest is missing. Run the notebook or its CI check to confirm the failure and identify the current image reference. Done means the notebook completes without the missing-manifest error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, docker, jupyter-notebook, python
- Domain
- cloud, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100