【gcForest】安裝;【Git】安裝;【安裝依賴】

官方提示:該軟件包是在python 2.7中開發的,當前版本不建議使用更高版本的python。

But:我用的python3.5,可以正常運行哦~


1.安裝git

2.git clone https://****.git 

3.git clone到本地的代碼在運行目錄下C:\Users\dell,將C:\Users\dell\gcForest\lib\gcforest複製到C:\Users\dell\Anaconda3\Lib\site-packages路徑:

$ cp -r gcForest/lib/gcforest/ ~/Anaconda3/Lib/site-packages/

 4.注意安裝依賴,先cd到requirements.txt目錄

pip install -r requirements.txt

(安裝的時候一直出錯,我後來手動安裝的……conda install)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章