ray/doc/source/tune/examples
Antoni Baum c74886a55e
[CI] Run doc notebooks in CI (#24816)
Currently, we are not running doc notebooks in CI due to a bazel misconfiguration - we are using `glob` in a top level package in order to get the paths for the notebooks, but those are contained inside subpackages, which glob purposefully ignores. Therefore, the lists of notebooks to run are empty. This PR fixes that by:
* Running the `py_test_run_all_notebooks` macro inside the relevant subpackages
* Editing the `test_myst_doc.py` script to allow for recursive search for the target file, allowing to deal with mismatches between `name` and `data` arguments in `py_test_run_all_notebooks`
* Setting the `allow_empty=False` flag inside `glob` calls in our macros to ensure that this oversight is caught early
* Enabling detection of changes in doc folder for `*.ipynb` and `BUILD` files

This PR also adds a GPU runner for doc tests, allowing one of our examples to pass - and setting the infra for more to come. Finally, a misconfigured path for one set of doc tests is also fixed.
2022-05-17 09:50:42 +01:00
..
includes [Tune] Deprecate DistributedTrainableCreator (#24453) 2022-05-10 11:06:43 -07:00
ax_example.ipynb [docs] search algorithm notebook examples (#23924) 2022-04-25 11:10:58 -07:00
bayesopt_example.ipynb [docs] search algorithm notebook examples (#23924) 2022-04-25 11:10:58 -07:00
bohb_example.ipynb [docs] Tune examples better navigation, minor fixes (#24733) 2022-05-13 14:39:18 +01:00
BUILD [CI] Run doc notebooks in CI (#24816) 2022-05-17 09:50:42 +01:00
dragonfly_example.ipynb [docs] Tune examples better navigation, minor fixes (#24733) 2022-05-13 14:39:18 +01:00
flaml_example.ipynb [docs] Tune examples better navigation, minor fixes (#24733) 2022-05-13 14:39:18 +01:00
hebo_example.ipynb [docs] search algorithm notebook examples (#23924) 2022-04-25 11:10:58 -07:00
horovod_simple.ipynb [Tune] Deprecate DistributedTrainableCreator (#24453) 2022-05-10 11:06:43 -07:00
hyperopt_example.ipynb [docs] search algorithm notebook examples (#23924) 2022-04-25 11:10:58 -07:00
index.rst [docs] Tune examples better navigation, minor fixes (#24733) 2022-05-13 14:39:18 +01:00
lightgbm_example.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
mxnet_example.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
nevergrad_example.ipynb [docs] search algorithm notebook examples (#23924) 2022-04-25 11:10:58 -07:00
optuna_example.ipynb [docs] search algorithm notebook examples (#23924) 2022-04-25 11:10:58 -07:00
pbt_ppo_example.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
pbt_transformers.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
sigopt_example.ipynb [docs] search algorithm notebook examples (#23924) 2022-04-25 11:10:58 -07:00
skopt_example.ipynb [docs] search algorithm notebook examples (#23924) 2022-04-25 11:10:58 -07:00
tune-comet.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune-mlflow.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune-pytorch-cifar.ipynb [Tune] Deprecate DistributedTrainableCreator (#24453) 2022-05-10 11:06:43 -07:00
tune-pytorch-lightning.ipynb [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
tune-serve-integration-mnist.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune-sklearn.ipynb run code in browser (#22727) 2022-03-02 10:27:00 +01:00
tune-wandb.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune-xgboost.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune_mnist_keras.ipynb Fix broken links in documentation and put linkcheck linter in place on CI (#23340) 2022-03-18 21:02:52 -07:00
zoopt_example.ipynb [docs] search algorithm notebook examples (#23924) 2022-04-25 11:10:58 -07:00