登录
首页 » Python » 12、XGBoost

12、XGBoost

于 2019-07-06 发布
0 114
下载积分: 1 下载次数: 17

代码说明:

说明:  xgboot做预测示例的代码及数据集,仅作为参考使用(The code and data set of xgboot as a prediction example are used for reference only)

文件列表:

12.XGBoost(代码)\12.XGBoost\.idea\12.XGBoost.iml, 398 , 2016-11-27
12.XGBoost(代码)\12.XGBoost\.idea\misc.xml, 687 , 2016-11-27
12.XGBoost(代码)\12.XGBoost\.idea\modules.xml, 272 , 2016-11-28
12.XGBoost(代码)\12.XGBoost\.idea\workspace.xml, 32646 , 2016-11-28
12.XGBoost(代码)\12.XGBoost\12.1.xgBoost_Intro.py, 1454 , 2019-05-29
12.XGBoost(代码)\12.XGBoost\12.2.xgBoost_Predict.py, 1177 , 2019-05-30
12.XGBoost(代码)\12.XGBoost\12.3.xgBoost_Wine.py, 1383 , 2016-11-27
12.XGBoost(代码)\12.XGBoost\12.4.xgBoost_ReadData.py, 1746 , 2016-11-27
12.XGBoost(代码)\12.XGBoost\12.5.Titanic.py, 5612 , 2016-11-28
12.XGBoost(代码)\12.XGBoost\12.agaricus.txt, 3203 , 2016-01-01
12.XGBoost(代码)\12.XGBoost\12.agaricus_test.txt, 182854 , 2016-01-01
12.XGBoost(代码)\12.XGBoost\12.agaricus_train.txt, 739162 , 2016-01-01
12.XGBoost(代码)\12.XGBoost\12.Titanic.test.csv, 28629 , 2016-09-03
12.XGBoost(代码)\12.XGBoost\12.Titanic.train.csv, 61196 , 2016-09-03
12.XGBoost(代码)\12.XGBoost\12.Titanic.train_Prime.csv, 61194 , 2016-09-04
12.XGBoost(代码)\12.XGBoost\12.Titannic_Meta.txt, 1523 , 2016-09-04
12.XGBoost(代码)\12.XGBoost\12.wine.data, 10782 , 2016-09-03
12.XGBoost(代码)\12.XGBoost\12.wine_names, 3036 , 2016-09-03
xgboost-master\xgboost-master\.gitignore, 681 , 2015-11-24
xgboost-master\xgboost-master\.travis.yml, 1063 , 2015-11-24
xgboost-master\xgboost-master\appveyor.yml, 877 , 2015-11-24
xgboost-master\xgboost-master\build.sh, 1175 , 2015-11-24
xgboost-master\xgboost-master\CHANGES.md, 2085 , 2015-11-24
xgboost-master\xgboost-master\CONTRIBUTORS.md, 3443 , 2015-11-24
xgboost-master\xgboost-master\demo\.gitignore, 15 , 2015-11-24
xgboost-master\xgboost-master\demo\binary_classification\agaricus-lepiota.data, 373704 , 2015-11-24
xgboost-master\xgboost-master\demo\binary_classification\agaricus-lepiota.fmap, 2202 , 2015-11-24
xgboost-master\xgboost-master\demo\binary_classification\agaricus-lepiota.names, 6816 , 2015-11-24
xgboost-master\xgboost-master\demo\binary_classification\mapfeat.py, 1176 , 2015-11-24
xgboost-master\xgboost-master\demo\binary_classification\mknfold.py, 498 , 2015-11-24
xgboost-master\xgboost-master\demo\binary_classification\mushroom.conf, 947 , 2015-11-24
xgboost-master\xgboost-master\demo\binary_classification\README.md, 9124 , 2015-11-24
xgboost-master\xgboost-master\demo\binary_classification\runexp.sh, 612 , 2015-11-24
xgboost-master\xgboost-master\demo\data\agaricus.txt.test, 182854 , 2015-11-24
xgboost-master\xgboost-master\demo\data\agaricus.txt.train, 739162 , 2015-11-24
xgboost-master\xgboost-master\demo\data\featmap.txt, 3203 , 2015-11-24
xgboost-master\xgboost-master\demo\data\README.md, 132 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\basic_walkthrough.py, 2715 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\boost_from_prediction.py, 1002 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\cross_validation.py, 2198 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\custom_objective.py, 1807 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\evals_result.py, 938 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\external_memory.py, 886 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\generalized_linear_model.py, 1228 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\predict_first_ntree.py, 769 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\predict_leaf_indices.py, 657 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\README.md, 694 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\runall.sh, 330 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\sklearn_evals_result.py, 1218 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\sklearn_examples.py, 2466 , 2015-11-24
xgboost-master\xgboost-master\demo\guide-python\sklearn_parallel.py, 1297 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-higgs\higgs-cv.py, 1447 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-higgs\higgs-numpy.py, 1733 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-higgs\higgs-pred.py, 1166 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-higgs\higgs-pred.R, 710 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-higgs\higgs-train.R, 1101 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-higgs\README.md, 1039 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-higgs\run.sh, 229 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-higgs\speedtest.py, 2067 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-higgs\speedtest.R, 1975 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-otto\otto_train_pred.R, 1231 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-otto\README.MD, 667 , 2015-11-24
xgboost-master\xgboost-master\demo\kaggle-otto\understandingXGBoostModel.Rmd, 9837 , 2015-11-24
xgboost-master\xgboost-master\demo\multiclass_classification\README.md, 265 , 2015-11-24
xgboost-master\xgboost-master\demo\multiclass_classification\runexp.sh, 301 , 2015-11-24
xgboost-master\xgboost-master\demo\multiclass_classification\train.py, 1569 , 2015-11-24
xgboost-master\xgboost-master\demo\rank\mq2008.conf, 754 , 2015-11-24
xgboost-master\xgboost-master\demo\rank\README.md, 839 , 2015-11-24
xgboost-master\xgboost-master\demo\rank\runexp.sh, 271 , 2015-11-24
xgboost-master\xgboost-master\demo\rank\trans_data.py, 1189 , 2015-11-24
xgboost-master\xgboost-master\demo\rank\wgetdata.sh, 150 , 2015-11-24
xgboost-master\xgboost-master\demo\README.md, 2369 , 2015-11-24
xgboost-master\xgboost-master\demo\regression\machine.conf, 967 , 2015-11-24
xgboost-master\xgboost-master\demo\regression\machine.data, 8726 , 2015-11-24
xgboost-master\xgboost-master\demo\regression\machine.names, 2903 , 2015-11-24
xgboost-master\xgboost-master\demo\regression\mapfeat.py, 723 , 2015-11-24
xgboost-master\xgboost-master\demo\regression\mknfold.py, 498 , 2015-11-24
xgboost-master\xgboost-master\demo\regression\README.md, 1115 , 2015-11-24
xgboost-master\xgboost-master\demo\regression\runexp.sh, 695 , 2015-11-24
xgboost-master\xgboost-master\demo\yearpredMSD\csv2libsvm.py, 333 , 2015-11-24
xgboost-master\xgboost-master\demo\yearpredMSD\README.md, 440 , 2015-11-24
xgboost-master\xgboost-master\demo\yearpredMSD\runexp.sh, 649 , 2015-11-24
xgboost-master\xgboost-master\demo\yearpredMSD\yearpredMSD.conf, 998 , 2015-11-24
xgboost-master\xgboost-master\doc\.gitignore, 43 , 2015-11-24
xgboost-master\xgboost-master\doc\build.md, 2644 , 2015-11-24
xgboost-master\xgboost-master\doc\conf.py, 5626 , 2015-11-24
xgboost-master\xgboost-master\doc\dev-guide\contribute.md, 653 , 2015-11-24
xgboost-master\xgboost-master\doc\external_memory.md, 1824 , 2015-11-24
xgboost-master\xgboost-master\doc\faq.md, 3053 , 2015-11-24
xgboost-master\xgboost-master\doc\img\cart.png, 179620 , 2015-11-24
xgboost-master\xgboost-master\doc\img\split_find.png, 45878 , 2015-11-24
xgboost-master\xgboost-master\doc\img\step_fit.png, 63274 , 2015-11-24
xgboost-master\xgboost-master\doc\img\struct_score.png, 74656 , 2015-11-24
xgboost-master\xgboost-master\doc\img\twocart.png, 102756 , 2015-11-24
xgboost-master\xgboost-master\doc\index.md, 4243 , 2015-11-24
xgboost-master\xgboost-master\doc\input_format.md, 3264 , 2015-11-24
xgboost-master\xgboost-master\doc\Makefile, 7405 , 2015-11-24
xgboost-master\xgboost-master\doc\model.md, 14265 , 2015-11-24
xgboost-master\xgboost-master\doc\parameter.md, 8272 , 2015-11-24
xgboost-master\xgboost-master\doc\param_tuning.md, 2274 , 2015-11-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696518资源总数
  • 104313会员总数
  • 30今日下载