xgboost install

python 
git clone --recursive https://github.com/dmlc/xgboost
cd xgboost; 
make -j4
cd python-package/
python setup.py install --user
 
R
install.packages('xgboost')
library(xgboost)
 


评论

此博客中的热门博文

V2ray websocket(ws)+tls+nginx分流

Rstudio 使用代理