aws / aws/amazon-sagemaker-examples
data_analysis_of_ground_truth_image_classification_output.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/data_analysis_of_ground_truth_image_classification_output/data_analysis_of_ground_truth_image_classification_output.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [1]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
7 from collections import Counter
8
----> 9 import imageio
10 import numpy as np
11 import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'imageio'
Contributor guide
Research direction
Open the linked notebook at ground_truth_labeling_jobs/data_analysis_of_ground_truth_image_classification_output/data_analysis_of_ground_truth_image_classification_output.ipynb and inspect the imports in In [1]. Reproduce the CI failure, address the missing imageio dependency, and rerun the notebook or CI check until the import succeeds without ModuleNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- computer-vision, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100