You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When run from Jakarta region which does not support SageMaker Debugger yet (refer to https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-supported-frameworks.html), the Estimator .fit() adds "Environment" variable with value "USE_SMDEBUG": "0". When used with built-in algo (e.g. XGBoost), this will produce error "Environment variables are not allowed when using SageMaker built-in algorithm" and blocks the training.
To reproduce
Set sagemaker session (boto session) to use Jakarta region