python机器学习库xgboost的使用 1.数据读取利用原生xgboost库读取libsvm数据importxgboostasxgbdata=xgb.DMatrix(libsvm文件)使用sklearn读 python机器学习库xgboost