ray/release/golden_notebook_tests/dask_xgboost_app_config.yaml
matthewdeng 3fbe135a24
[docs] add modin_xgboost and dask_xgboost notebook tutorials (#18775)
* Add xgboost-dask golden notebook

* [examples] add modin-xgboost Jupyter notebook

* Add xgboost dast gn

* update modin notebook to sphinx-gallery compatible python file

* fix build file

* fix test

* fix test

* Add modin notebook anyscale connect test

* Add missing file

* add dask_xgboost notebook

* Add the new modin golden notebook to CI

* fix lint and filter out tests with py37

* Update release/golden_notebook_tests_new/golden_notebook_tests.yaml

Co-authored-by: matthewdeng <matthew.j.deng@gmail.com>

* Add dask, wait for cluster client, remove pytest

* Replace folder

* Fix

* Update dask_xgboost_app_config.yaml

* Update modin_xgboost_app_config.yaml

* comment on filtered out tests

Co-authored-by: Antoni Baum <antoni.baum@protonmail.com>
2021-10-05 09:17:33 -07:00

19 lines
569 B
YAML
Executable file

base_image: "anyscale/ray-ml:pinned-nightly-py37"
env_vars: { }
debian_packages:
- curl
python:
pip_packages:
- pandas>=1.3.0 # otherwise, a version mismatch between local and remote will cause an exception
- git+https://github.com/ray-project/xgboost_ray.git#egg=xgboost_ray[default]
- dask
- fastapi
- uvicorn
- tblib
conda_packages: [ ]
post_build_cmds:
- pip uninstall -y ray || true
- pip install -U {{ env["RAY_WHEELS"] | default("ray") }}
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}