aws / aws/amazon-sagemaker-examples

interactive_analysis_profiling_data.ipynb failed CI

Open
#2,343 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/sagemaker-debugger/debugger_interactive_analysis_profiling/interactive_analysis_profiling_data.ipynb

Error:

---------------------------------------------------------------------------
Exception encountered at "In [8]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from smdebug.profiler.analysis.notebook_utils.training_job import TrainingJob
2
3 tj=TrainingJob(training_job_name, region)
4
5 tj.wait_for_sys_profiling_data_to_be_available()

/usr/local/lib/python3.7/site-packages/smdebug/profiler/analysis/notebook_utils/__init__.py in
1 # Local
----> 2 from .metrics_histogram import MetricsHistogram
3 from .step_histogram import StepHistogram
4 from .training_job import TrainingJob

/usr/local/lib/python3.7/site-packages/smdebug/profiler/analysis/notebook_utils/metrics_histogram.py in
4 # Third Party
5 import numpy as np
----> 6 from bok

[...]

ModuleNotFoundError: No module named 'bokeh'

Contributor guide

Open the contributing guide

Research direction

Open interactive_analysis_profiling_data.ipynb and inspect cell In [8], where TrainingJob is imported and the missing bokeh module is reported. Run the notebook's CI check after addressing the dependency failure; done means the cell executes without ModuleNotFoundError.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.