Alien-XGBoost 0.05 Latest
Files
- Changes
- LICENSE
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README
- alienfile
- appveyor.yml
- dist.ini
- lib/Alien/XGBoost.pm
- t/10-dynamic_lib_xgboost.t
- t/20-xgboost_command.t
- t/author-critic.t
- t/author-pod-coverage.t
- t/author-pod-syntax.t
- t/author-synopsis.t
- weaver.ini
- xgboost/CMakeLists.txt
- xgboost/CONTRIBUTORS.md
- xgboost/ISSUE_TEMPLATE.md
- xgboost/Jenkinsfile
- xgboost/LICENSE
- xgboost/Makefile
- xgboost/NEWS.md
- xgboost/R-package/DESCRIPTION
- xgboost/R-package/LICENSE
- xgboost/R-package/NAMESPACE
- xgboost/R-package/R/callbacks.R
- xgboost/R-package/R/utils.R
- xgboost/R-package/R/xgb.Booster.R
- xgboost/R-package/R/xgb.DMatrix.R
- xgboost/R-package/R/xgb.DMatrix.save.R
- xgboost/R-package/R/xgb.create.features.R
- xgboost/R-package/R/xgb.cv.R
- xgboost/R-package/R/xgb.dump.R
- xgboost/R-package/R/xgb.ggplot.R
- xgboost/R-package/R/xgb.importance.R
- xgboost/R-package/R/xgb.load.R
- xgboost/R-package/R/xgb.model.dt.tree.R
- xgboost/R-package/R/xgb.plot.deepness.R
- xgboost/R-package/R/xgb.plot.importance.R
- xgboost/R-package/R/xgb.plot.multi.trees.R
- xgboost/R-package/R/xgb.plot.tree.R
- xgboost/R-package/R/xgb.save.R
- xgboost/R-package/R/xgb.save.raw.R
- xgboost/R-package/R/xgb.train.R
- xgboost/R-package/R/xgboost.R
- xgboost/R-package/README.md
- xgboost/R-package/cleanup
- xgboost/R-package/configure
- xgboost/R-package/configure.ac
- xgboost/R-package/data/agaricus.test.rda
- xgboost/R-package/data/agaricus.train.rda
- xgboost/R-package/demo/00Index
- xgboost/R-package/demo/README.md
- xgboost/R-package/demo/basic_walkthrough.R
- xgboost/R-package/demo/boost_from_prediction.R
- xgboost/R-package/demo/caret_wrapper.R
- xgboost/R-package/demo/create_sparse_matrix.R
- xgboost/R-package/demo/cross_validation.R
- xgboost/R-package/demo/custom_objective.R
- xgboost/R-package/demo/early_stopping.R
- xgboost/R-package/demo/generalized_linear_model.R
- xgboost/R-package/demo/poisson_regression.R
- xgboost/R-package/demo/predict_first_ntree.R
- xgboost/R-package/demo/predict_leaf_indices.R
- xgboost/R-package/demo/runall.R
- xgboost/R-package/demo/tweedie_regression.R
- xgboost/R-package/man/agaricus.test.Rd
- xgboost/R-package/man/agaricus.train.Rd
- xgboost/R-package/man/callbacks.Rd
- xgboost/R-package/man/cb.cv.predict.Rd
- xgboost/R-package/man/cb.early.stop.Rd
- xgboost/R-package/man/cb.evaluation.log.Rd
- xgboost/R-package/man/cb.print.evaluation.Rd
- xgboost/R-package/man/cb.reset.parameters.Rd
- xgboost/R-package/man/cb.save.model.Rd
- xgboost/R-package/man/dim.xgb.DMatrix.Rd
- xgboost/R-package/man/dimnames.xgb.DMatrix.Rd
- xgboost/R-package/man/getinfo.Rd
- xgboost/R-package/man/predict.xgb.Booster.Rd
- xgboost/R-package/man/print.xgb.Booster.Rd
- xgboost/R-package/man/print.xgb.DMatrix.Rd
- xgboost/R-package/man/print.xgb.cv.Rd
- xgboost/R-package/man/setinfo.Rd
- xgboost/R-package/man/slice.xgb.DMatrix.Rd
- xgboost/R-package/man/xgb.Booster.complete.Rd
- xgboost/R-package/man/xgb.DMatrix.Rd
- xgboost/R-package/man/xgb.DMatrix.save.Rd
- xgboost/R-package/man/xgb.attr.Rd
- xgboost/R-package/man/xgb.create.features.Rd
- xgboost/R-package/man/xgb.cv.Rd
- xgboost/R-package/man/xgb.dump.Rd
- xgboost/R-package/man/xgb.importance.Rd
- xgboost/R-package/man/xgb.load.Rd
- xgboost/R-package/man/xgb.model.dt.tree.Rd
- xgboost/R-package/man/xgb.parameters.Rd
- xgboost/R-package/man/xgb.plot.deepness.Rd
- xgboost/R-package/man/xgb.plot.importance.Rd
- xgboost/R-package/man/xgb.plot.multi.trees.Rd
- xgboost/R-package/man/xgb.plot.tree.Rd
- xgboost/R-package/man/xgb.save.Rd
- xgboost/R-package/man/xgb.save.raw.Rd
- xgboost/R-package/man/xgb.train.Rd
- xgboost/R-package/man/xgboost-deprecated.Rd
- xgboost/R-package/src/Makevars.in
- xgboost/R-package/src/Makevars.win
- xgboost/R-package/src/init.c
- xgboost/R-package/src/xgboost_R.cc
- xgboost/R-package/src/xgboost_R.h
- xgboost/R-package/src/xgboost_assert.c
- xgboost/R-package/src/xgboost_custom.cc
- xgboost/R-package/tests/testthat.R
- xgboost/R-package/tests/testthat/test_basic.R
- xgboost/R-package/tests/testthat/test_callbacks.R
- xgboost/R-package/tests/testthat/test_custom_objective.R
- xgboost/R-package/tests/testthat/test_dmatrix.R
- xgboost/R-package/tests/testthat/test_gc_safety.R
- xgboost/R-package/tests/testthat/test_glm.R
- xgboost/R-package/tests/testthat/test_helpers.R
- xgboost/R-package/tests/testthat/test_lint.R
- xgboost/R-package/tests/testthat/test_monotone.R
- xgboost/R-package/tests/testthat/test_parameter_exposure.R
- xgboost/R-package/tests/testthat/test_poisson_regression.R
- xgboost/R-package/tests/testthat/test_update.R
- xgboost/R-package/vignettes/discoverYourData.Rmd
- xgboost/R-package/vignettes/vignette.css
- xgboost/R-package/vignettes/xgboost.Rnw
- xgboost/R-package/vignettes/xgboost.bib
- xgboost/R-package/vignettes/xgboostPresentation.Rmd
- xgboost/README.md
- xgboost/amalgamation/dmlc-minimum0.cc
- xgboost/amalgamation/xgboost-all0.cc
- xgboost/appveyor.yml
- xgboost/build.sh
- xgboost/cmake/Utils.cmake
- xgboost/cub/CHANGE_LOG.TXT
- xgboost/cub/LICENSE.TXT
- xgboost/cub/README.md
- xgboost/cub/common.mk
- xgboost/cub/cub/agent/agent_histogram.cuh
- xgboost/cub/cub/agent/agent_radix_sort_downsweep.cuh
- xgboost/cub/cub/agent/agent_radix_sort_upsweep.cuh
- xgboost/cub/cub/agent/agent_reduce.cuh
- xgboost/cub/cub/agent/agent_reduce_by_key.cuh
- xgboost/cub/cub/agent/agent_rle.cuh
- xgboost/cub/cub/agent/agent_scan.cuh
- xgboost/cub/cub/agent/agent_segment_fixup.cuh
- xgboost/cub/cub/agent/agent_select_if.cuh
- xgboost/cub/cub/agent/agent_spmv_csrt.cuh
- xgboost/cub/cub/agent/agent_spmv_orig.cuh
- xgboost/cub/cub/agent/agent_spmv_row_based.cuh
- xgboost/cub/cub/agent/single_pass_scan_operators.cuh
- xgboost/cub/cub/block/block_adjacent_difference.cuh
- xgboost/cub/cub/block/block_discontinuity.cuh
- xgboost/cub/cub/block/block_exchange.cuh
- xgboost/cub/cub/block/block_histogram.cuh
- xgboost/cub/cub/block/block_load.cuh
- xgboost/cub/cub/block/block_radix_rank.cuh
- xgboost/cub/cub/block/block_radix_sort.cuh
- xgboost/cub/cub/block/block_raking_layout.cuh
- xgboost/cub/cub/block/block_reduce.cuh
- xgboost/cub/cub/block/block_scan.cuh
- xgboost/cub/cub/block/block_shuffle.cuh
- xgboost/cub/cub/block/block_store.cuh
- xgboost/cub/cub/block/specializations/block_histogram_atomic.cuh
- xgboost/cub/cub/block/specializations/block_histogram_sort.cuh
- xgboost/cub/cub/block/specializations/block_reduce_raking.cuh
- xgboost/cub/cub/block/specializations/block_reduce_raking_commutative_only.cuh
- xgboost/cub/cub/block/specializations/block_reduce_warp_reductions.cuh
- xgboost/cub/cub/block/specializations/block_scan_raking.cuh
- xgboost/cub/cub/block/specializations/block_scan_warp_scans.cuh
- xgboost/cub/cub/block/specializations/block_scan_warp_scans2.cuh
- xgboost/cub/cub/block/specializations/block_scan_warp_scans3.cuh
- xgboost/cub/cub/cub.cuh
- xgboost/cub/cub/device/device_histogram.cuh
- xgboost/cub/cub/device/device_partition.cuh
- xgboost/cub/cub/device/device_radix_sort.cuh
- xgboost/cub/cub/device/device_reduce.cuh
- xgboost/cub/cub/device/device_run_length_encode.cuh
- xgboost/cub/cub/device/device_scan.cuh
- xgboost/cub/cub/device/device_segmented_radix_sort.cuh
- xgboost/cub/cub/device/device_segmented_reduce.cuh
- xgboost/cub/cub/device/device_select.cuh
- xgboost/cub/cub/device/device_spmv.cuh
- xgboost/cub/cub/device/dispatch/dispatch_histogram.cuh
- xgboost/cub/cub/device/dispatch/dispatch_radix_sort.cuh
- xgboost/cub/cub/device/dispatch/dispatch_reduce.cuh
- xgboost/cub/cub/device/dispatch/dispatch_reduce_by_key.cuh
- xgboost/cub/cub/device/dispatch/dispatch_rle.cuh
- xgboost/cub/cub/device/dispatch/dispatch_scan.cuh
- xgboost/cub/cub/device/dispatch/dispatch_select_if.cuh
- xgboost/cub/cub/device/dispatch/dispatch_spmv_csrt.cuh
- xgboost/cub/cub/device/dispatch/dispatch_spmv_orig.cuh
- xgboost/cub/cub/device/dispatch/dispatch_spmv_row_based.cuh
- xgboost/cub/cub/grid/grid_barrier.cuh
- xgboost/cub/cub/grid/grid_even_share.cuh
- xgboost/cub/cub/grid/grid_mapping.cuh
- xgboost/cub/cub/grid/grid_queue.cuh
- xgboost/cub/cub/host/mutex.cuh
- xgboost/cub/cub/iterator/arg_index_input_iterator.cuh
- xgboost/cub/cub/iterator/cache_modified_input_iterator.cuh
- xgboost/cub/cub/iterator/cache_modified_output_iterator.cuh
- xgboost/cub/cub/iterator/constant_input_iterator.cuh
- xgboost/cub/cub/iterator/counting_input_iterator.cuh
- xgboost/cub/cub/iterator/discard_output_iterator.cuh
- xgboost/cub/cub/iterator/tex_obj_input_iterator.cuh
- xgboost/cub/cub/iterator/tex_ref_input_iterator.cuh
- xgboost/cub/cub/iterator/transform_input_iterator.cuh
- xgboost/cub/cub/thread/thread_load.cuh
- xgboost/cub/cub/thread/thread_operators.cuh
- xgboost/cub/cub/thread/thread_reduce.cuh
- xgboost/cub/cub/thread/thread_scan.cuh
- xgboost/cub/cub/thread/thread_search.cuh
- xgboost/cub/cub/thread/thread_store.cuh
- xgboost/cub/cub/util_allocator.cuh
- xgboost/cub/cub/util_arch.cuh
- xgboost/cub/cub/util_debug.cuh
- xgboost/cub/cub/util_device.cuh
- xgboost/cub/cub/util_macro.cuh
- xgboost/cub/cub/util_namespace.cuh
- xgboost/cub/cub/util_ptx.cuh
- xgboost/cub/cub/util_type.cuh
- xgboost/cub/cub/warp/specializations/warp_reduce_shfl.cuh
- xgboost/cub/cub/warp/specializations/warp_reduce_smem.cuh
- xgboost/cub/cub/warp/specializations/warp_scan_shfl.cuh
- xgboost/cub/cub/warp/specializations/warp_scan_smem.cuh
- xgboost/cub/cub/warp/warp_reduce.cuh
- xgboost/cub/cub/warp/warp_scan.cuh
- xgboost/cub/eclipse code style profile.xml
- xgboost/cub/examples/block/Makefile
- xgboost/cub/examples/block/example_block_radix_sort.cu
- xgboost/cub/examples/block/example_block_reduce.cu
- xgboost/cub/examples/block/example_block_scan.cu
- xgboost/cub/examples/block/reduce_by_key.cu
- xgboost/cub/examples/device/Makefile
- xgboost/cub/examples/device/example_device_partition_flagged.cu
- xgboost/cub/examples/device/example_device_partition_if.cu
- xgboost/cub/examples/device/example_device_radix_sort.cu
- xgboost/cub/examples/device/example_device_reduce.cu
- xgboost/cub/examples/device/example_device_scan.cu
- xgboost/cub/examples/device/example_device_select_flagged.cu
- xgboost/cub/examples/device/example_device_select_if.cu
- xgboost/cub/examples/device/example_device_select_unique.cu
- xgboost/cub/examples/device/example_device_sort_find_non_trivial_runs.cu
- xgboost/cub/experimental/Makefile
- xgboost/cub/experimental/defunct/example_coo_spmv.cu
- xgboost/cub/experimental/defunct/test_device_seg_reduce.cu
- xgboost/cub/experimental/histogram/histogram_cub.h
- xgboost/cub/experimental/histogram/histogram_gmem_atomics.h
- xgboost/cub/experimental/histogram/histogram_smem_atomics.h
- xgboost/cub/experimental/histogram_compare.cu
- xgboost/cub/experimental/sparse_matrix.h
- xgboost/cub/experimental/spmv_compare.cu
- xgboost/cub/experimental/spmv_script.sh
- xgboost/cub/test/Makefile
- xgboost/cub/test/link_a.cu
- xgboost/cub/test/link_b.cu
- xgboost/cub/test/link_main.cpp
- xgboost/cub/test/mersenne.h
- xgboost/cub/test/test_allocator.cu
- xgboost/cub/test/test_block_histogram.cu
- xgboost/cub/test/test_block_load_store.cu
- xgboost/cub/test/test_block_radix_sort.cu
- xgboost/cub/test/test_block_reduce.cu
- xgboost/cub/test/test_block_scan.cu
- xgboost/cub/test/test_device_histogram.cu
- xgboost/cub/test/test_device_radix_sort.cu
- xgboost/cub/test/test_device_reduce.cu
- xgboost/cub/test/test_device_reduce_by_key.cu
- xgboost/cub/test/test_device_run_length_encode.cu
- xgboost/cub/test/test_device_scan.cu
- xgboost/cub/test/test_device_select_if.cu
- xgboost/cub/test/test_device_select_unique.cu
- xgboost/cub/test/test_grid_barrier.cu
- xgboost/cub/test/test_iterator.cu
- xgboost/cub/test/test_util.h
- xgboost/cub/test/test_warp_reduce.cu
- xgboost/cub/test/test_warp_scan.cu
- xgboost/cub/tune/Makefile
- xgboost/cub/tune/tune_device_reduce.cu
- xgboost/demo/README.md
- xgboost/demo/binary_classification/README.md
- xgboost/demo/binary_classification/agaricus-lepiota.data
- xgboost/demo/binary_classification/agaricus-lepiota.fmap
- xgboost/demo/binary_classification/agaricus-lepiota.names
- xgboost/demo/binary_classification/mapfeat.py
- xgboost/demo/binary_classification/mknfold.py
- xgboost/demo/binary_classification/mushroom.conf
- xgboost/demo/binary_classification/runexp.sh
- xgboost/demo/data/README.md
- xgboost/demo/data/agaricus.txt.test
- xgboost/demo/data/agaricus.txt.train
- xgboost/demo/data/featmap.txt
- xgboost/demo/data/gen_autoclaims.R
- xgboost/demo/distributed-training/README.md
- xgboost/demo/distributed-training/mushroom.aws.conf
- xgboost/demo/distributed-training/plot_model.ipynb
- xgboost/demo/distributed-training/run_aws.sh
- xgboost/demo/gpu_acceleration/README.md
- xgboost/demo/gpu_acceleration/bosch.py
- xgboost/demo/guide-python/README.md
- xgboost/demo/guide-python/basic_walkthrough.py
- xgboost/demo/guide-python/boost_from_prediction.py
- xgboost/demo/guide-python/cross_validation.py
- xgboost/demo/guide-python/custom_objective.py
- xgboost/demo/guide-python/evals_result.py
- xgboost/demo/guide-python/external_memory.py
- xgboost/demo/guide-python/gamma_regression.py
- xgboost/demo/guide-python/generalized_linear_model.py
- xgboost/demo/guide-python/predict_first_ntree.py
- xgboost/demo/guide-python/predict_leaf_indices.py
- xgboost/demo/guide-python/runall.sh
- xgboost/demo/guide-python/sklearn_evals_result.py
- xgboost/demo/guide-python/sklearn_examples.py
- xgboost/demo/guide-python/sklearn_parallel.py
- xgboost/demo/kaggle-higgs/README.md
- xgboost/demo/kaggle-higgs/higgs-cv.py
- xgboost/demo/kaggle-higgs/higgs-numpy.py
- xgboost/demo/kaggle-higgs/higgs-pred.R
- xgboost/demo/kaggle-higgs/higgs-pred.py
- xgboost/demo/kaggle-higgs/higgs-train.R
- xgboost/demo/kaggle-higgs/run.sh
- xgboost/demo/kaggle-higgs/speedtest.R
- xgboost/demo/kaggle-higgs/speedtest.py
- xgboost/demo/kaggle-otto/README.MD
- xgboost/demo/kaggle-otto/otto_train_pred.R
- xgboost/demo/kaggle-otto/understandingXGBoostModel.Rmd
- xgboost/demo/multiclass_classification/README.md
- xgboost/demo/multiclass_classification/runexp.sh
- xgboost/demo/multiclass_classification/train.py
- xgboost/demo/rank/README.md
- xgboost/demo/rank/mq2008.conf
- xgboost/demo/rank/runexp.sh
- xgboost/demo/rank/trans_data.py
- xgboost/demo/rank/wgetdata.sh
- xgboost/demo/regression/README.md
- xgboost/demo/regression/machine.conf
- xgboost/demo/regression/machine.data
- xgboost/demo/regression/machine.names
- xgboost/demo/regression/mapfeat.py
- xgboost/demo/regression/mknfold.py
- xgboost/demo/regression/runexp.sh
- xgboost/demo/yearpredMSD/README.md
- xgboost/demo/yearpredMSD/csv2libsvm.py
- xgboost/demo/yearpredMSD/runexp.sh
- xgboost/demo/yearpredMSD/yearpredMSD.conf
- xgboost/dmlc-core/CMakeLists.txt
- xgboost/dmlc-core/LICENSE
- xgboost/dmlc-core/Makefile
- xgboost/dmlc-core/README.md
- xgboost/dmlc-core/cmake/Modules/FindCrypto.cmake
- xgboost/dmlc-core/cmake/Modules/FindHDFS.cmake
- xgboost/dmlc-core/cmake/Utils.cmake
- xgboost/dmlc-core/cmake/lint.cmake
- xgboost/dmlc-core/doc/Doxyfile
- xgboost/dmlc-core/doc/Makefile
- xgboost/dmlc-core/doc/README
- xgboost/dmlc-core/doc/conf.py
- xgboost/dmlc-core/doc/index.md
- xgboost/dmlc-core/doc/parameter.md
- xgboost/dmlc-core/doc/sphinx_util.py
- xgboost/dmlc-core/example/dmlc_example.mk
- xgboost/dmlc-core/example/parameter.cc
- xgboost/dmlc-core/include/dmlc/any.h
- xgboost/dmlc-core/include/dmlc/array_view.h
- xgboost/dmlc-core/include/dmlc/base.h
- xgboost/dmlc-core/include/dmlc/common.h
- xgboost/dmlc-core/include/dmlc/concurrency.h
- xgboost/dmlc-core/include/dmlc/config.h
- xgboost/dmlc-core/include/dmlc/data.h
- xgboost/dmlc-core/include/dmlc/input_split_shuffle.h
- xgboost/dmlc-core/include/dmlc/io.h
- xgboost/dmlc-core/include/dmlc/json.h
- xgboost/dmlc-core/include/dmlc/logging.h
- xgboost/dmlc-core/include/dmlc/lua.h
- xgboost/dmlc-core/include/dmlc/memory.h
- xgboost/dmlc-core/include/dmlc/memory_io.h
- xgboost/dmlc-core/include/dmlc/omp.h
- xgboost/dmlc-core/include/dmlc/optional.h
- xgboost/dmlc-core/include/dmlc/parameter.h
- xgboost/dmlc-core/include/dmlc/recordio.h
- xgboost/dmlc-core/include/dmlc/registry.h
- xgboost/dmlc-core/include/dmlc/serializer.h
- xgboost/dmlc-core/include/dmlc/thread_local.h
- xgboost/dmlc-core/include/dmlc/threadediter.h
- xgboost/dmlc-core/include/dmlc/timer.h
- xgboost/dmlc-core/include/dmlc/type_traits.h
- xgboost/dmlc-core/make/config.mk
- xgboost/dmlc-core/make/dmlc.mk
- xgboost/dmlc-core/scripts/lint.py
- xgboost/dmlc-core/scripts/packages.mk
- xgboost/dmlc-core/scripts/setup_nvcc.sh
- xgboost/dmlc-core/scripts/travis/travis_before_cache.sh
- xgboost/dmlc-core/scripts/travis/travis_osx_install.sh
- xgboost/dmlc-core/scripts/travis/travis_script.sh
- xgboost/dmlc-core/scripts/travis/travis_setup_env.sh
- xgboost/dmlc-core/src/config.cc
- xgboost/dmlc-core/src/data.cc
- xgboost/dmlc-core/src/data/basic_row_iter.h
- xgboost/dmlc-core/src/data/csv_parser.h
- xgboost/dmlc-core/src/data/disk_row_iter.h
- xgboost/dmlc-core/src/data/libfm_parser.h
- xgboost/dmlc-core/src/data/libsvm_parser.h
- xgboost/dmlc-core/src/data/parser.h
- xgboost/dmlc-core/src/data/row_block.h
- xgboost/dmlc-core/src/data/strtonum.h
- xgboost/dmlc-core/src/data/text_parser.h
- xgboost/dmlc-core/src/io.cc
- xgboost/dmlc-core/src/io/azure_filesys.cc
- xgboost/dmlc-core/src/io/azure_filesys.h
- xgboost/dmlc-core/src/io/cached_input_split.h
- xgboost/dmlc-core/src/io/filesys.h
- xgboost/dmlc-core/src/io/hdfs_filesys.cc
- xgboost/dmlc-core/src/io/hdfs_filesys.h
- xgboost/dmlc-core/src/io/input_split_base.cc
- xgboost/dmlc-core/src/io/input_split_base.h
- xgboost/dmlc-core/src/io/line_split.cc
- xgboost/dmlc-core/src/io/line_split.h
- xgboost/dmlc-core/src/io/local_filesys.cc
- xgboost/dmlc-core/src/io/local_filesys.h
- xgboost/dmlc-core/src/io/recordio_split.cc
- xgboost/dmlc-core/src/io/recordio_split.h
- xgboost/dmlc-core/src/io/s3_filesys.cc
- xgboost/dmlc-core/src/io/s3_filesys.h
- xgboost/dmlc-core/src/io/single_file_split.h
- xgboost/dmlc-core/src/io/threaded_input_split.h
- xgboost/dmlc-core/src/io/uri_spec.h
- xgboost/dmlc-core/src/recordio.cc
- xgboost/dmlc-core/test/README.md
- xgboost/dmlc-core/test/csv_parser_test.cc
- xgboost/dmlc-core/test/dataiter_test.cc
- xgboost/dmlc-core/test/dmlc_test.mk
- xgboost/dmlc-core/test/filesys_test.cc
- xgboost/dmlc-core/test/iostream_test.cc
- xgboost/dmlc-core/test/libfm_parser_test.cc
- xgboost/dmlc-core/test/libsvm_parser_test.cc
- xgboost/dmlc-core/test/logging_test.cc
- xgboost/dmlc-core/test/parameter_test.cc
- xgboost/dmlc-core/test/recordio_test.cc
- xgboost/dmlc-core/test/registry_test.cc
- xgboost/dmlc-core/test/split_read_test.cc
- xgboost/dmlc-core/test/split_repeat_read_test.cc
- xgboost/dmlc-core/test/split_test.cc
- xgboost/dmlc-core/test/stream_read_test.cc
- xgboost/dmlc-core/test/strtonum_test.cc
- xgboost/dmlc-core/test/unittest/dmlc_unittest.mk
- xgboost/dmlc-core/test/unittest/unittest_any.cc
- xgboost/dmlc-core/test/unittest/unittest_array_view.cc
- xgboost/dmlc-core/test/unittest/unittest_config.cc
- xgboost/dmlc-core/test/unittest/unittest_json.cc
- xgboost/dmlc-core/test/unittest/unittest_logging.cc
- xgboost/dmlc-core/test/unittest/unittest_main.cc
- xgboost/dmlc-core/test/unittest/unittest_optional.cc
- xgboost/dmlc-core/test/unittest/unittest_serializer.cc
- xgboost/dmlc-core/test/unittest/unittest_threaditer.cc
- xgboost/dmlc-core/tracker/README.md
- xgboost/dmlc-core/tracker/dmlc-submit
- xgboost/dmlc-core/tracker/dmlc_tracker/__init__.py
- xgboost/dmlc-core/tracker/dmlc_tracker/launcher.py
- xgboost/dmlc-core/tracker/dmlc_tracker/local.py
- xgboost/dmlc-core/tracker/dmlc_tracker/mpi.py
- xgboost/dmlc-core/tracker/dmlc_tracker/opts.py
- xgboost/dmlc-core/tracker/dmlc_tracker/sge.py
- xgboost/dmlc-core/tracker/dmlc_tracker/ssh.py
- xgboost/dmlc-core/tracker/dmlc_tracker/submit.py
- xgboost/dmlc-core/tracker/dmlc_tracker/tracker.py
- xgboost/dmlc-core/tracker/dmlc_tracker/yarn.py
- xgboost/dmlc-core/tracker/yarn/README.md
- xgboost/dmlc-core/tracker/yarn/build.bat
- xgboost/dmlc-core/tracker/yarn/build.sh
- xgboost/dmlc-core/tracker/yarn/pom.xml
- xgboost/dmlc-core/tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java
- xgboost/dmlc-core/tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/Client.java
- xgboost/dmlc-core/tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/TaskRecord.java
- xgboost/dmlc-core/windows/README.md
- xgboost/dmlc-core/windows/dmlc.sln
- xgboost/dmlc-core/windows/dmlc/dmlc.vcxproj
- xgboost/doc/Doxyfile
- xgboost/doc/Makefile
- xgboost/doc/R-package/Makefile
- xgboost/doc/R-package/discoverYourData.md
- xgboost/doc/R-package/index.md
- xgboost/doc/R-package/xgboostPresentation.md
- xgboost/doc/README
- xgboost/doc/_static/cn.svg
- xgboost/doc/_static/js/auto_module_index.js
- xgboost/doc/_static/us.svg
- xgboost/doc/_static/xgboost-theme/footer.html
- xgboost/doc/_static/xgboost-theme/index.html
- xgboost/doc/_static/xgboost-theme/layout.html
- xgboost/doc/_static/xgboost-theme/navbar.html
- xgboost/doc/_static/xgboost-theme/theme.conf
- xgboost/doc/_static/xgboost.css
- xgboost/doc/build.md
- xgboost/doc/cli/index.md
- xgboost/doc/conf.py
- xgboost/doc/faq.md
- xgboost/doc/get_started/index.md
- xgboost/doc/how_to/contribute.md
- xgboost/doc/how_to/external_memory.md
- xgboost/doc/how_to/index.md
- xgboost/doc/how_to/param_tuning.md
- xgboost/doc/index.md
- xgboost/doc/input_format.md
- xgboost/doc/julia/index.md
- xgboost/doc/jvm/index.md
- xgboost/doc/jvm/java_intro.md
- xgboost/doc/jvm/xgboost4j-intro.md
- xgboost/doc/jvm/xgboost4j_full_integration.md
- xgboost/doc/model.md
- xgboost/doc/parameter.md
- xgboost/doc/python/index.md
- xgboost/doc/python/python_api.rst
- xgboost/doc/python/python_intro.md
- xgboost/doc/sphinx_util.py
- xgboost/doc/tutorials/aws_yarn.md
- xgboost/doc/tutorials/dart.md
- xgboost/doc/tutorials/index.md
- xgboost/doc/tutorials/monotonic.md
- xgboost/include/xgboost/base.h
- xgboost/include/xgboost/c_api.h
- xgboost/include/xgboost/data.h
- xgboost/include/xgboost/feature_map.h
- xgboost/include/xgboost/gbm.h
- xgboost/include/xgboost/learner.h
- xgboost/include/xgboost/logging.h
- xgboost/include/xgboost/metric.h
- xgboost/include/xgboost/objective.h
- xgboost/include/xgboost/predictor.h
- xgboost/include/xgboost/tree_model.h
- xgboost/include/xgboost/tree_updater.h
- xgboost/jvm-packages/README.md
- xgboost/jvm-packages/checkstyle-suppressions.xml
- xgboost/jvm-packages/checkstyle.xml
- xgboost/jvm-packages/create_jni.py
- xgboost/jvm-packages/pom.xml
- xgboost/jvm-packages/scalastyle-config.xml
- xgboost/jvm-packages/xgboost4j-example/LICENSE
- xgboost/jvm-packages/xgboost4j-example/README.md
- xgboost/jvm-packages/xgboost4j-example/pom.xml
- xgboost/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/BasicWalkThrough.java
- xgboost/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/BoostFromPrediction.java
- xgboost/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/CrossValidation.java
- xgboost/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/CustomObjective.java
- xgboost/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/ExternalMemory.java
- xgboost/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/GeneralizedLinearModel.java
- xgboost/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/PredictFirstNtree.java
- xgboost/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/PredictLeafIndices.java
- xgboost/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/util/CustomEval.java
- xgboost/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/util/DataLoader.java
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/BasicWalkThrough.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/BoostFromPrediction.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/CrossValidation.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/CustomObjective.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/ExternalMemory.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/GeneralizedLinearModel.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/PredictFirstNTree.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/PredictLeafIndices.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/flink/DistTrainWithFlink.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/spark/SparkModelTuningTool.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/spark/SparkWithDataFrame.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/spark/SparkWithRDD.scala
- xgboost/jvm-packages/xgboost4j-example/src/main/scala/ml/dmlc/xgboost4j/scala/example/util/CustomEval.scala
- xgboost/jvm-packages/xgboost4j-flink/pom.xml
- xgboost/jvm-packages/xgboost4j-flink/src/main/scala/ml/dmlc/xgboost4j/scala/flink/XGBoost.scala
- xgboost/jvm-packages/xgboost4j-flink/src/main/scala/ml/dmlc/xgboost4j/scala/flink/XGBoostModel.scala
- xgboost/jvm-packages/xgboost4j-spark/pom.xml
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/DataUtils.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoost.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostClassificationModel.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostEstimator.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostRegressionModel.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/params/BoosterParams.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/params/CustomParams.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/params/DefaultXGBoostParamsReader.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/params/DefaultXGBoostParamsWriter.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/params/GeneralParams.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/params/LearningTaskParams.scala
- xgboost/jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/params/Utils.scala
- xgboost/jvm-packages/xgboost4j-spark/src/test/resources/dermatology.data
- xgboost/jvm-packages/xgboost4j-spark/src/test/resources/log4j.properties
- xgboost/jvm-packages/xgboost4j-spark/src/test/resources/rank-demo-0.txt.train
- xgboost/jvm-packages/xgboost4j-spark/src/test/resources/rank-demo-0.txt.train.group
- xgboost/jvm-packages/xgboost4j-spark/src/test/resources/rank-demo-1.txt.train
- xgboost/jvm-packages/xgboost4j-spark/src/test/resources/rank-demo-1.txt.train.group
- xgboost/jvm-packages/xgboost4j-spark/src/test/resources/rank-demo.txt.test
- xgboost/jvm-packages/xgboost4j-spark/src/test/resources/rank-demo.txt.test.group
- xgboost/jvm-packages/xgboost4j-spark/src/test/scala/ml/dmlc/xgboost4j/scala/spark/EvalError.scala
- xgboost/jvm-packages/xgboost4j-spark/src/test/scala/ml/dmlc/xgboost4j/scala/spark/PerTest.scala
- xgboost/jvm-packages/xgboost4j-spark/src/test/scala/ml/dmlc/xgboost4j/scala/spark/RabitTrackerRobustnessSuite.scala
- xgboost/jvm-packages/xgboost4j-spark/src/test/scala/ml/dmlc/xgboost4j/scala/spark/TrainTestData.scala
- xgboost/jvm-packages/xgboost4j-spark/src/test/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostConfigureSuite.scala
- xgboost/jvm-packages/xgboost4j-spark/src/test/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostDFSuite.scala
- xgboost/jvm-packages/xgboost4j-spark/src/test/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostGeneralSuite.scala
- xgboost/jvm-packages/xgboost4j-spark/src/test/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostSparkPipelinePersistence.scala
- xgboost/jvm-packages/xgboost4j/LICENSE
- xgboost/jvm-packages/xgboost4j/pom.xml
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/Booster.java
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/DMatrix.java
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/DataBatch.java
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/IEvaluation.java
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/IObjective.java
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/IRabitTracker.java
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/NativeLibLoader.java
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/Rabit.java
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/RabitTracker.java
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoost.java
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoostError.java
- xgboost/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoostJNI.java
- xgboost/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/LabeledPoint.scala
- xgboost/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/Booster.scala
- xgboost/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/DMatrix.scala
- xgboost/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/EvalTrait.scala
- xgboost/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/ObjectiveTrait.scala
- xgboost/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/XGBoost.scala
- xgboost/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/rabit/RabitTracker.scala
- xgboost/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/rabit/handler/RabitTrackerHandler.scala
- xgboost/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/rabit/handler/RabitWorkerHandler.scala
- xgboost/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/rabit/util/LinkMap.scala
- xgboost/jvm-packages/xgboost4j/src/main/scala/ml/dmlc/xgboost4j/scala/rabit/util/RabitTrackerHelpers.scala
- xgboost/jvm-packages/xgboost4j/src/native/xgboost4j.cpp
- xgboost/jvm-packages/xgboost4j/src/native/xgboost4j.h
- xgboost/jvm-packages/xgboost4j/src/test/java/ml/dmlc/xgboost4j/java/BoosterImplTest.java
- xgboost/jvm-packages/xgboost4j/src/test/java/ml/dmlc/xgboost4j/java/DMatrixTest.java
- xgboost/jvm-packages/xgboost4j/src/test/scala/ml/dmlc/xgboost4j/scala/DMatrixSuite.scala
- xgboost/jvm-packages/xgboost4j/src/test/scala/ml/dmlc/xgboost4j/scala/ScalaBoosterImplSuite.scala
- xgboost/jvm-packages/xgboost4j/src/test/scala/ml/dmlc/xgboost4j/scala/rabit/RabitTrackerConnectionHandlerTest.scala
- xgboost/make/config.mk
- xgboost/make/mingw64.mk
- xgboost/make/minimum.mk
- xgboost/make/minimum_parallel.mk
- xgboost/make/travis.mk
- xgboost/nccl/CMakeLists.txt
- xgboost/nccl/LICENSE.txt
- xgboost/nccl/Makefile
- xgboost/nccl/README.md
- xgboost/nccl/debian/changelog.in
- xgboost/nccl/debian/compat
- xgboost/nccl/debian/control.in
- xgboost/nccl/debian/copyright
- xgboost/nccl/debian/libnccl-dev.install
- xgboost/nccl/debian/libnccl-dev.manpages
- xgboost/nccl/debian/libnccl1.install.in
- xgboost/nccl/debian/nccl.7
- xgboost/nccl/debian/rules
- xgboost/nccl/debian/shlibs.local.in
- xgboost/nccl/debian/source/format
- xgboost/nccl/fortran/Makefile
- xgboost/nccl/fortran/src/cudafor.f90
- xgboost/nccl/fortran/src/ncclfor.f90
- xgboost/nccl/fortran/test/allgather_arr_out.f90
- xgboost/nccl/fortran/test/allgather_ptr_out.f90
- xgboost/nccl/fortran/test/allreduce_arr_out.f90
- xgboost/nccl/fortran/test/allreduce_ptr_out.f90
- xgboost/nccl/fortran/test/broadcast_arr.f90
- xgboost/nccl/fortran/test/broadcast_ptr.f90
- xgboost/nccl/fortran/test/reduce_arr_out.f90
- xgboost/nccl/fortran/test/reduce_ptr_out.f90
- xgboost/nccl/fortran/test/reducescatter_arr_out.f90
- xgboost/nccl/fortran/test/reducescatter_ptr_out.f90
- xgboost/nccl/src/all_gather.cu
- xgboost/nccl/src/all_reduce.cu
- xgboost/nccl/src/broadcast.cu
- xgboost/nccl/src/common_coll.h
- xgboost/nccl/src/common_kernel.h
- xgboost/nccl/src/copy_kernel.h
- xgboost/nccl/src/core.cu
- xgboost/nccl/src/core.h
- xgboost/nccl/src/enqueue.h
- xgboost/nccl/src/libwrap.cu
- xgboost/nccl/src/libwrap.h
- xgboost/nccl/src/nccl.h
- xgboost/nccl/src/primitives.h
- xgboost/nccl/src/reduce.cu
- xgboost/nccl/src/reduce_kernel.h
- xgboost/nccl/src/reduce_scatter.cu
- xgboost/nccl/test/include/test_utilities.h
- xgboost/nccl/test/mpi/mpi_test.cu
- xgboost/nccl/test/single/all_gather_scan.cu
- xgboost/nccl/test/single/all_gather_test.cu
- xgboost/nccl/test/single/all_reduce_scan.cu
- xgboost/nccl/test/single/all_reduce_test.cu
- xgboost/nccl/test/single/broadcast_scan.cu
- xgboost/nccl/test/single/broadcast_test.cu
- xgboost/nccl/test/single/reduce_scan.cu
- xgboost/nccl/test/single/reduce_scatter_scan.cu
- xgboost/nccl/test/single/reduce_scatter_test.cu
- xgboost/nccl/test/single/reduce_test.cu
- xgboost/plugin/README.md
- xgboost/plugin/dense_parser/dense_libsvm.cc
- xgboost/plugin/dense_parser/plugin.mk
- xgboost/plugin/example/README.md
- xgboost/plugin/example/custom_obj.cc
- xgboost/plugin/example/plugin.mk
- xgboost/plugin/lz4/plugin.mk
- xgboost/plugin/lz4/sparse_page_lz4_format.cc
- xgboost/plugin/updater_gpu/README.md
- xgboost/plugin/updater_gpu/benchmark/benchmark.py
- xgboost/plugin/updater_gpu/plugin.mk
- xgboost/plugin/updater_gpu/src/common.cuh
- xgboost/plugin/updater_gpu/src/device_helpers.cuh
- xgboost/plugin/updater_gpu/src/exact/argmax_by_key.cuh
- xgboost/plugin/updater_gpu/src/exact/fused_scan_reduce_by_key.cuh
- xgboost/plugin/updater_gpu/src/exact/gpu_builder.cuh
- xgboost/plugin/updater_gpu/src/exact/node.cuh
- xgboost/plugin/updater_gpu/src/exact/split2node.cuh
- xgboost/plugin/updater_gpu/src/gpu_data.cuh
- xgboost/plugin/updater_gpu/src/gpu_hist_builder.cu
- xgboost/plugin/updater_gpu/src/gpu_hist_builder.cuh
- xgboost/plugin/updater_gpu/src/gpu_predictor.cu
- xgboost/plugin/updater_gpu/src/register_updater_gpu.cc
- xgboost/plugin/updater_gpu/src/types.cuh
- xgboost/plugin/updater_gpu/src/updater_gpu.cu
- xgboost/plugin/updater_gpu/src/updater_gpu.cuh
- xgboost/plugin/updater_gpu/test/cpp/argmax_by_key.cu
- xgboost/plugin/updater_gpu/test/cpp/fused_reduce_scan_by_key.cu
- xgboost/plugin/updater_gpu/test/cpp/generate_data.sh
- xgboost/plugin/updater_gpu/test/cpp/gpu_builder.cu
- xgboost/plugin/updater_gpu/test/cpp/node.cu
- xgboost/plugin/updater_gpu/test/cpp/test_device_helpers.cu
- xgboost/plugin/updater_gpu/test/cpp/test_gpu_predictor.cu
- xgboost/plugin/updater_gpu/test/cpp/utils.cu
- xgboost/plugin/updater_gpu/test/cpp/utils.cuh
- xgboost/plugin/updater_gpu/test/python/test.py
- xgboost/plugin/updater_gpu/test/python/test_large.py
- xgboost/plugin/updater_gpu/test/python/test_prediction.py
- xgboost/python-package/MANIFEST.in
- xgboost/python-package/README.rst
- xgboost/python-package/build_trouble_shooting.md
- xgboost/python-package/prep_pip.sh
- xgboost/python-package/setup.cfg
- xgboost/python-package/setup.py
- xgboost/python-package/setup_pip.py
- xgboost/python-package/xgboost/VERSION
- xgboost/python-package/xgboost/__init__.py
- xgboost/python-package/xgboost/build-python.sh
- xgboost/python-package/xgboost/callback.py
- xgboost/python-package/xgboost/compat.py
- xgboost/python-package/xgboost/core.py
- xgboost/python-package/xgboost/libpath.py
- xgboost/python-package/xgboost/plotting.py
- xgboost/python-package/xgboost/rabit.py
- xgboost/python-package/xgboost/sklearn.py
- xgboost/python-package/xgboost/training.py
- xgboost/rabit/LICENSE
- xgboost/rabit/Makefile
- xgboost/rabit/README.md
- xgboost/rabit/doc/Doxyfile
- xgboost/rabit/doc/Makefile
- xgboost/rabit/doc/conf.py
- xgboost/rabit/doc/cpp_api.md
- xgboost/rabit/doc/guide.md
- xgboost/rabit/doc/index.md
- xgboost/rabit/doc/parameters.md
- xgboost/rabit/doc/python-requirements.txt
- xgboost/rabit/doc/python_api.md
- xgboost/rabit/doc/sphinx_util.py
- xgboost/rabit/guide/Makefile
- xgboost/rabit/guide/README
- xgboost/rabit/guide/basic.cc
- xgboost/rabit/guide/basic.py
- xgboost/rabit/guide/broadcast.cc
- xgboost/rabit/guide/broadcast.py
- xgboost/rabit/guide/lazy_allreduce.cc
- xgboost/rabit/guide/lazy_allreduce.py
- xgboost/rabit/include/dmlc/README.md
- xgboost/rabit/include/dmlc/base.h
- xgboost/rabit/include/dmlc/io.h
- xgboost/rabit/include/dmlc/logging.h
- xgboost/rabit/include/dmlc/serializer.h
- xgboost/rabit/include/dmlc/type_traits.h
- xgboost/rabit/include/rabit/c_api.h
- xgboost/rabit/include/rabit/internal/engine.h
- xgboost/rabit/include/rabit/internal/io.h
- xgboost/rabit/include/rabit/internal/rabit-inl.h
- xgboost/rabit/include/rabit/internal/timer.h
- xgboost/rabit/include/rabit/internal/utils.h
- xgboost/rabit/include/rabit/rabit.h
- xgboost/rabit/include/rabit/serializable.h
- xgboost/rabit/lib/README.md
- xgboost/rabit/python/rabit.py
- xgboost/rabit/scripts/travis_runtest.sh
- xgboost/rabit/scripts/travis_script.sh
- xgboost/rabit/src/README.md
- xgboost/rabit/src/allreduce_base.cc
- xgboost/rabit/src/allreduce_base.h
- xgboost/rabit/src/allreduce_mock.h
- xgboost/rabit/src/allreduce_robust-inl.h
- xgboost/rabit/src/allreduce_robust.cc
- xgboost/rabit/src/allreduce_robust.h
- xgboost/rabit/src/c_api.cc
- xgboost/rabit/src/engine.cc
- xgboost/rabit/src/engine_base.cc
- xgboost/rabit/src/engine_empty.cc
- xgboost/rabit/src/engine_mock.cc
- xgboost/rabit/src/engine_mpi.cc
- xgboost/rabit/src/socket.h
- xgboost/rabit/src/thread_local.h
- xgboost/rabit/test/Makefile
- xgboost/rabit/test/README.md
- xgboost/rabit/test/lazy_recover.cc
- xgboost/rabit/test/local_recover.cc
- xgboost/rabit/test/local_recover.py
- xgboost/rabit/test/model_recover.cc
- xgboost/rabit/test/speed_runner.py
- xgboost/rabit/test/speed_test.cc
- xgboost/rabit/test/test.mk
- xgboost/src/c_api/c_api.cc
- xgboost/src/c_api/c_api_error.cc
- xgboost/src/c_api/c_api_error.h
- xgboost/src/cli_main.cc
- xgboost/src/common/base64.h
- xgboost/src/common/bitmap.h
- xgboost/src/common/column_matrix.h
- xgboost/src/common/common.cc
- xgboost/src/common/common.h
- xgboost/src/common/compressed_iterator.h
- xgboost/src/common/config.h
- xgboost/src/common/group_data.h
- xgboost/src/common/hist_util.cc
- xgboost/src/common/hist_util.h
- xgboost/src/common/io.h
- xgboost/src/common/math.h
- xgboost/src/common/quantile.h
- xgboost/src/common/random.h
- xgboost/src/common/row_set.h
- xgboost/src/common/sync.h
- xgboost/src/data/data.cc
- xgboost/src/data/simple_csr_source.cc
- xgboost/src/data/simple_csr_source.h
- xgboost/src/data/simple_dmatrix.cc
- xgboost/src/data/simple_dmatrix.h
- xgboost/src/data/sparse_batch_page.h
- xgboost/src/data/sparse_page_dmatrix.cc
- xgboost/src/data/sparse_page_dmatrix.h
- xgboost/src/data/sparse_page_raw_format.cc
- xgboost/src/data/sparse_page_source.cc
- xgboost/src/data/sparse_page_source.h
- xgboost/src/data/sparse_page_writer.cc
- xgboost/src/gbm/gblinear.cc
- xgboost/src/gbm/gbm.cc
- xgboost/src/gbm/gbtree.cc
- xgboost/src/gbm/gbtree_model.h
- xgboost/src/learner.cc
- xgboost/src/logging.cc
- xgboost/src/metric/elementwise_metric.cc
- xgboost/src/metric/metric.cc
- xgboost/src/metric/multiclass_metric.cc
- xgboost/src/metric/rank_metric.cc
- xgboost/src/objective/multiclass_obj.cc
- xgboost/src/objective/objective.cc
- xgboost/src/objective/rank_obj.cc
- xgboost/src/objective/regression_obj.cc
- xgboost/src/predictor/cpu_predictor.cc
- xgboost/src/predictor/predictor.cc
- xgboost/src/tree/fast_hist_param.h
- xgboost/src/tree/param.h
- xgboost/src/tree/tree_model.cc
- xgboost/src/tree/tree_updater.cc
- xgboost/src/tree/updater_basemaker-inl.h
- xgboost/src/tree/updater_colmaker.cc
- xgboost/src/tree/updater_fast_hist.cc
- xgboost/src/tree/updater_histmaker.cc
- xgboost/src/tree/updater_prune.cc
- xgboost/src/tree/updater_refresh.cc
- xgboost/src/tree/updater_skmaker.cc
- xgboost/src/tree/updater_sync.cc
- xgboost/tests/README.md
- xgboost/tests/ci_build/Dockerfile.cpu
- xgboost/tests/ci_build/Dockerfile.gpu
- xgboost/tests/ci_build/build_via_cmake.sh
- xgboost/tests/ci_build/build_via_make.sh
- xgboost/tests/ci_build/ci_build.sh
- xgboost/tests/ci_build/entrypoint.sh
- xgboost/tests/ci_build/test_cpu.sh
- xgboost/tests/ci_build/test_gpu.sh
- xgboost/tests/cpp/c_api/test_c_api.cc
- xgboost/tests/cpp/common/test_compressed_iterator.cc
- xgboost/tests/cpp/data/test_metainfo.cc
- xgboost/tests/cpp/data/test_simple_csr_source.cc
- xgboost/tests/cpp/data/test_simple_dmatrix.cc
- xgboost/tests/cpp/data/test_sparse_page_dmatrix.cc
- xgboost/tests/cpp/helpers.cc
- xgboost/tests/cpp/helpers.h
- xgboost/tests/cpp/metric/test_elementwise_metric.cc
- xgboost/tests/cpp/metric/test_metric.cc
- xgboost/tests/cpp/metric/test_rank_metric.cc
- xgboost/tests/cpp/objective/test_multiclass_metric.cc
- xgboost/tests/cpp/objective/test_objective.cc
- xgboost/tests/cpp/objective/test_regression_obj.cc
- xgboost/tests/cpp/predictor/test_cpu_predictor.cc
- xgboost/tests/cpp/test_learner.cc
- xgboost/tests/cpp/test_main.cc
- xgboost/tests/cpp/tree/test_param.cc
- xgboost/tests/cpp/xgboost_test.mk
- xgboost/tests/distributed/runtests.sh
- xgboost/tests/distributed/test_basic.py
- xgboost/tests/python/test_basic.py
- xgboost/tests/python/test_basic_models.py
- xgboost/tests/python/test_early_stopping.py
- xgboost/tests/python/test_eval_metrics.py
- xgboost/tests/python/test_fast_hist.py
- xgboost/tests/python/test_openmp.py
- xgboost/tests/python/test_plotting.py
- xgboost/tests/python/test_sparse_dmatrix.py
- xgboost/tests/python/test_training_continuation.py
- xgboost/tests/python/test_with_pandas.py
- xgboost/tests/python/test_with_sklearn.py
- xgboost/tests/python/testing.py
- xgboost/tests/travis/run_test.sh
- xgboost/tests/travis/setup.sh
- xgboost/tests/travis/travis_after_failure.sh