ray/doc/examples/dask_xgboost/dask_xgboost.yaml
Antoni Baum e9df253f5d
[CI/docs] Remove [default] from xgboost-ray (#19186)
Co-authored-by: Kai Fricke <kai@anyscale.com>
2021-10-14 16:29:55 +01:00

24 lines
428 B
YAML

cluster_name: dask_xgboost
max_workers: 3
provider:
type: aws
region: us-west-1
auth:
ssh_user: ubuntu
available_node_types:
16_cpu_node:
min_workers: 3
max_workers: 3
node_config:
InstanceType: m5.4xlarge
ImageId: latest_dlami
resources: { }
head_node_type: 16_cpu_node
setup_commands:
- pip install -U jupyter ray[tune] xgboost_ray dask pandas