fahran-wallace

Results 3 comments of fahran-wallace

Coming up against this as well. To an extent you can hack around it in the container, by setting locations to ones owned by a non-root user/chowning/chmodding things. This will...

I'm experiencing the same issue using XGBOOST, and `sagemaker[local]==2.222.0`. A code snippet extracted from this example: https://github.com/aws-samples/amazon-sagemaker-local-mode/blob/main/xgboost_script_mode_local_training_and_serving/xgboost_script_mode_local_training_and_serving.py ```python from sagemaker import TrainingInput from sagemaker.xgboost import XGBoost, XGBoostModel from sagemaker.local import...

I'll chuck in one more "this would be nice" example: TL;DR: When defining related arguments, having a temporary place to store variables would avoid code duplication. I.e. this would be...