.gitignore
.style.yapf
LICENSE
README.md
examples
format.sh
requirements-test.txt
run_ci_examples.sh
run_ci_tests.sh
setup.py
.github/workflows/gpu.yaml
.github/workflows/test.yaml
examples/__init__.py
examples/create_test_data.py
examples/higgs.py
examples/higgs_parquet.py
examples/readme.py
examples/readme_sklearn_api.py
examples/simple.py
examples/simple_dask.py
examples/simple_modin.py
examples/simple_objectstore.py
examples/simple_partitioned.py
examples/simple_predict.py
examples/simple_ray_dataset.py
examples/simple_tune.py
examples/train_on_test_data.py
examples/train_with_ml_dataset.py
xgboost_ray/__init__.py
xgboost_ray/callback.py
xgboost_ray/elastic.py
xgboost_ray/main.py
xgboost_ray/matrix.py
xgboost_ray/session.py
xgboost_ray/sklearn.py
xgboost_ray/tune.py
xgboost_ray/util.py
xgboost_ray/xgb.py
xgboost_ray.egg-info/PKG-INFO
xgboost_ray.egg-info/SOURCES.txt
xgboost_ray.egg-info/dependency_links.txt
xgboost_ray.egg-info/requires.txt
xgboost_ray.egg-info/top_level.txt
xgboost_ray/compat/__init__.py
xgboost_ray/compat/tracker.py
xgboost_ray/data_sources/__init__.py
xgboost_ray/data_sources/_distributed.py
xgboost_ray/data_sources/csv.py
xgboost_ray/data_sources/dask.py
xgboost_ray/data_sources/data_source.py
xgboost_ray/data_sources/ml_dataset.py
xgboost_ray/data_sources/modin.py
xgboost_ray/data_sources/numpy.py
xgboost_ray/data_sources/object_store.py
xgboost_ray/data_sources/pandas.py
xgboost_ray/data_sources/parquet.py
xgboost_ray/data_sources/partitioned.py
xgboost_ray/data_sources/petastorm.py
xgboost_ray/data_sources/ray_dataset.py
xgboost_ray/examples/__init__.py
xgboost_ray/examples/create_test_data.py
xgboost_ray/examples/higgs.py
xgboost_ray/examples/higgs_parquet.py
xgboost_ray/examples/readme.py
xgboost_ray/examples/readme_sklearn_api.py
xgboost_ray/examples/simple.py
xgboost_ray/examples/simple_dask.py
xgboost_ray/examples/simple_modin.py
xgboost_ray/examples/simple_objectstore.py
xgboost_ray/examples/simple_partitioned.py
xgboost_ray/examples/simple_predict.py
xgboost_ray/examples/simple_ray_dataset.py
xgboost_ray/examples/simple_tune.py
xgboost_ray/examples/train_on_test_data.py
xgboost_ray/examples/train_with_ml_dataset.py
xgboost_ray/tests/__init__.py
xgboost_ray/tests/conftest.py
xgboost_ray/tests/env_info.sh
xgboost_ray/tests/fault_tolerance.py
xgboost_ray/tests/test_client.py
xgboost_ray/tests/test_colocation.py
xgboost_ray/tests/test_data_source.py
xgboost_ray/tests/test_end_to_end.py
xgboost_ray/tests/test_fault_tolerance.py
xgboost_ray/tests/test_matrix.py
xgboost_ray/tests/test_sklearn.py
xgboost_ray/tests/test_sklearn_matrix.py
xgboost_ray/tests/test_tune.py
xgboost_ray/tests/test_xgboost_api.py
xgboost_ray/tests/utils.py
xgboost_ray/tests/release/benchmark_cpu_gpu.py
xgboost_ray/tests/release/benchmark_ft.py
xgboost_ray/tests/release/cluster_cpu.yaml
xgboost_ray/tests/release/cluster_ft.yaml
xgboost_ray/tests/release/cluster_gpu.yaml
xgboost_ray/tests/release/create_learnable_data.py
xgboost_ray/tests/release/create_test_data.py
xgboost_ray/tests/release/custom_objective_metric.py
xgboost_ray/tests/release/run_e2e_gpu.sh
xgboost_ray/tests/release/setup_xgboost.sh
xgboost_ray/tests/release/start_cpu_cluster.sh
xgboost_ray/tests/release/start_ft_cluster.sh
xgboost_ray/tests/release/start_gpu_cluster.sh
xgboost_ray/tests/release/submit_cpu_gpu_benchmark.sh
xgboost_ray/tests/release/submit_ft_benchmark.sh
xgboost_ray/tests/release/tune_cluster.yaml
xgboost_ray/tests/release/tune_placement.py