aws / aws/amazon-sagemaker-examples
rapids_sagemaker_hpo.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/hyperparameter_tuning/rapids_bring_your_own/rapids_sagemaker_hpo.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [4]":
---------------------------------------------------------------------------
IndexError Traceback (most recent call last)
in
1 # please choose dataset S3 bucket and directory
----> 2 data_bucket = 'sagemaker-rapids-hpo-' + region[0]
3 dataset_directory = '3_year' # '3_year', '10_year', 'NYC_taxi'
4
5 # please choose output bucket for trained model(s)
IndexError: list index out of range
Contributor guide
Research direction
Open hyperparameter_tuning/rapids_bring_your_own/rapids_sagemaker_hpo.ipynb and inspect the region setup before cell 4, where the IndexError occurs while building data_bucket. Run the notebook or its CI validation to reproduce the failure; done means the notebook completes validation without this error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, jupyter-notebook, python
- Domain
- cloud, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100