簡體   English   中英

Windows計算機上的Python xgboost

[英]Python xgboost on Windows machine

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

有什么想法怎么解決呢?

提前致謝

我懷疑這是來自c + +實現的錯誤,與您的python安裝無關。 嘗試安裝早期或更高版本。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM