Ubuntu: ImportError: No module named xgboost


ImportError: No module named xgboost

解决办法:

git clone --recursive https://github.com/dmlc/xgboost
cd xgboost; 
sudo make -j4
sh build.sh
cd python-package
python setup.py install

 

如果已经完成了一下步骤:

git clone --recursive https://github.com/dmlc/xgboost
cd xgboost; 
sudo make -j4

请尝试在当前目录下继续执行:

sh build.sh
cd python-package
python setup.py install

 

更多细节见:

http://stackoverflow.com/questions/40747738/importerror-no-module-named-xgboost

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM