Windows机器上的Python xgboost

时间:2016-06-15 09:44:00

标签: python xgboost

我成功在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

任何想法如何解决?

提前致谢

1 个答案:

答案 0 :(得分:0)

我怀疑来自c ++实现的错误与你的python安装无关。尝试安装以前或更高版本。