xgboost on Sagemaker notebook import fails
问题 I am trying to use XGBoost on Sagemaker notebook. I am using conda_python3 kernel, and the following packages are installed: py-xgboost-mutex libxgboost py-xgboost py-xgboost-gpu But once I am trying to import xgboost it fails on import: ModuleNotFoundError Traceback (most recent call last) <ipython-input-5-5943d1bfe3f1> in <module>() ----> 1 import xgboost as xgb ModuleNotFoundError: No module named 'xgboost' 回答1: In Sagemaker notebooks use the below steps a) If in Notebook i) !type python3