ray/release/xgboost_tests
Kai Fricke 7364a7a327
[tune] Move Optuna to ask(fixed_distributions) interface (#14731)
Adjusting to changes in Optuna 2.6.0. Old interface was marked as deprecated.
2021-03-22 12:25:37 +01:00
..
workloads [tune] Move Optuna to ask(fixed_distributions) interface (#14731) 2021-03-22 12:25:37 +01:00
cluster_cpu_moderate.yaml [xgboost] Update XGBoost release test configs (#13941) 2021-02-17 23:00:49 +01:00
cluster_cpu_small.yaml [xgboost] Update XGBoost release test configs (#13941) 2021-02-17 23:00:49 +01:00
cluster_gpu_small.yaml [xgboost] Update XGBoost release test configs (#13941) 2021-02-17 23:00:49 +01:00
create_test_data.py [xgboost] Add XGBoost release tests (#13456) 2021-01-20 18:40:23 +01:00
oss_cluster_cpu_moderate.yaml [xgboost] Update XGBoost release test configs (#13941) 2021-02-17 23:00:49 +01:00
oss_cluster_cpu_small.yaml [xgboost] Update XGBoost release test configs (#13941) 2021-02-17 23:00:49 +01:00
oss_cluster_gpu_small.yaml [xgboost] Update XGBoost release test configs (#13941) 2021-02-17 23:00:49 +01:00
README.rst [xgboost] Update XGBoost release test configs (#13941) 2021-02-17 23:00:49 +01:00
requirements.txt [xgboost] Add XGBoost release tests (#13456) 2021-01-20 18:40:23 +01:00
run.sh [xgboost] Add XGBoost release tests (#13456) 2021-01-20 18:40:23 +01:00
setup_xgboost.sh [xgboost] Update XGBoost release test configs (#13941) 2021-02-17 23:00:49 +01:00
wait_cluster.py [xgboost] Add XGBoost release tests (#13456) 2021-01-20 18:40:23 +01:00

XGBoost on Ray tests
====================

This directory contains various XGBoost on Ray release tests.

You should run these tests with the `releaser <https://github.com/ray-project/releaser>`_ tool.

Overview
--------
There are four kinds of tests:

1. ``distributed_api_test`` - checks general API functionality and should finish very quickly (< 1 minute)
2. ``train_*`` - checks single trial training on different setups.
3. ``tune_*`` - checks multi trial training via Ray Tune.
4. ``ft_*`` - checks fault tolerance.

Generally the releaser tool will run all tests in parallel, but if you do
it sequentially, be sure to do it in the order above. If ``train_*`` fails,
``tune_*`` will fail, too.

Acceptance criteria
-------------------
These tests are considered passing when they throw no error at the end of
the output log.