0
我在windows上使用pip to install lightgbm
,它工作嗎?在windows上安裝lightgbm
因爲我在導入LGBMRegressor時出錯。 錯誤顯示如下
"cannot import name 'LGBMRegressor'"
我在windows上使用pip to install lightgbm
,它工作嗎?在windows上安裝lightgbm
因爲我在導入LGBMRegressor時出錯。 錯誤顯示如下
"cannot import name 'LGBMRegressor'"
我試着用蟒蛇環境中安裝它,並能夠成功安裝。 打開蟒蛇提示符下輸入: 暢達安裝-c暢達鍛lightgbm
這將需要幾分鐘的時間istallation
PIP安裝lightgbm爲我工作(視窗10)。你介意給我們看你的代碼/命令嗎?通常你會導入lightgbm,然後使用LGBMRegressor。你能嘗試從https://github.com/Microsoft/LightGBM/blob/master/examples/python-guide/simple_example.py這個例子嗎? – ftiaronsem
安裝1)git clone 2)使用visual studio 2015進行編譯3)python-package \:python setup.py install,4)pip install。 pip安裝只安裝python包裝器 – user3226167