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
Pipeline execution fails due to two different version installations of XGboost. One by Conda from the Sagemaker Distribution Image. The other from Pip in requirements.txt.
error log in CloudWatch:
* XGBoost is first installed with anaconda then upgraded with pip. To fix it please remove one of the installations.
To reproduce
Run the notebook on SageMaker Studio.
Fix
remove version number for XGBoost in requirements.txt xgboost==1.7.6 -> xgboost
move early_stopping_rounds=5 to the instanciation of the XGBClassifier
Link to the notebook
ml_ops/sm-mlflow_pipelines/sm-mlflow_pipelines.ipynb
Describe the bug
Pipeline execution fails due to two different version installations of XGboost. One by Conda from the Sagemaker Distribution Image. The other from Pip in
requirements.txt
.error log in CloudWatch:
To reproduce
Run the notebook on SageMaker Studio.
Fix
remove version number for XGBoost in
requirements.txt
xgboost==1.7.6
->xgboost
move
early_stopping_rounds=5
to the instanciation of the XGBClassifierThe text was updated successfully, but these errors were encountered: