aws / aws/amazon-sagemaker-examples
R example use old version of Sagemaker SDK
Open
- Dominant language
- Jupyter Notebook
- Stars
- 11k
- Forks
- 7k
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 8
Description
I found that the R examples use old version of Sagemaker SDK, and fail.
Fixed by forcing the installation of SDK 1.72.0, just after loading reticulate.
library(reticulate)
py_install('sagemaker==1.72.0',pip='TRUE')
sagemaker <- import('sagemaker')
Contributor guide
Research direction
Locate the R examples that load SageMaker through reticulate and identify which ones fail with the current SDK. Compare their dependency setup with the reported sagemaker==1.72.0 workaround, then run the affected examples to verify that the examples complete successfully with the corrected setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, r
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100