I am trying to learn AWS by following tutorial on AWS website.
I followed each step but step 4c where I train model with data returns error.
xgb.fit({'train': s3_input_train})
UnexpectedStatusException: Error for Training job sagemaker-xgboost-2022-09-13-14-05-21-675: Failed. Reason: AlgorithmError: framework error:
Traceback (most recent call last):
File "/miniconda3/lib/python3.7/site-packages/sagemaker_algorithm_toolkit/hyperparameter_validation.py", line 278, in validate
hyperparameter_obj = self.hyperparameters[hp]
KeyError: 'silent'
I searched for solution but couldn't find it.
Does this have something to do with my location? Because I set my region to ap-northeast-2.