dask_xgboost.yaml 399 B

123456789101112131415161718
  1. # SPDX-License-Identifier: Apache-2.0
  2. _target_: models.tspp_xgboost.TSPPDaskXGBoost
  3. config:
  4. max_depth: 10
  5. learning_rate: 0.2
  6. subsample: 1.0
  7. colsample_bytree: 0.8
  8. tree_method: gpu_hist
  9. n_rounds: 400
  10. objective: reg:squarederror
  11. cluster:
  12. world_size: 1
  13. device_pool_frac: 0.9
  14. protocol: tcp
  15. npartitions: 4
  16. defaults:
  17. - _self_
  18. - /trainer@_global_/trainer: xgbtrainer