Alien-XGBoost
view release on metacpan or search on metacpan
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
( run in 0.507 second using v1.01-cache-2.11-cpan-13bb782fe5a )