简体   繁体   English

Windows计算机上的Python xgboost

[英]Python xgboost on Windows machine

I am succeeded to install xgboost on windows machine and import xgboost inside the Spyder is working , but when I try to run xgboost.train I get the following error : 我已成功在Windows机器上安装xgboost并在Spyder中import xgboost正常工作,但是当我尝试运行xgboost.train时,出现以下错误:

 File "C:\\Users\\Anaconda2\\lib\\site-packages\\xgboost-0.4-py2.7.egg\\xgboost\\core.py", line 806, in update _check_call(_LIB.XGBoosterUpdateOneIter(self.handle, iteration, dtrain.handle)) WindowsError: [Error 541541187] Windows Error 0x20474343 

Any ideas how to solve it ? 有什么想法怎么解决呢?

Thanks in advance 提前致谢

I suspect that's an error coming from the c++ implementation nothing to do with your python installation. 我怀疑这是来自c + +实现的错误,与您的python安装无关。 Try to install a previous or later version. 尝试安装早期或更高版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM