Chiustin
網頁
(移至...)
首頁
家庭
▼
2019年7月8日 星期一
ModuleNotFoundError: No module named 'xgboost'
如果在終端機
$ pip3 install xgboost
如果在jupyter notebook
import sys
!{sys.executable} -m pip install xgboost
參考
https://stackoverflow.com/questions/44858267/importerror-cannot-import-name-xgbclassifier
1 則留言:
Jason Brownlee
2024年5月24日 凌晨3:55
Nice example of how to
install xgboost with pip
!
回覆
刪除
回覆
回覆
新增留言
載入更多…
‹
›
首頁
查看網路版
Nice example of how to install xgboost with pip!
回覆刪除