在R中安装xgboost包

    xiaoxiao2021-03-25  113

    Xgboost算法很强大,本文教你如何在R中安装Xgboost包

    > install.packages("xgboost")#安装xgboost包的代码就这一句 package ‘xgboost’ successfully unpacked and MD5 sums checked > library(xgboost)#安装成功以后library包就可以用了 Warning message: 程辑包‘xgboost’是用R版本3.3.3 来建造的
    转载请注明原文地址: https://ju.6miu.com/read-12888.html

    最新回复(0)