【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)

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