官方提示:该软件包是在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)