Jiaming Yuan 80065d571e
[dask] Add DaskXGBRanker (#6576)
* Initial support for distributed LTR using dask.

* Support `qid` in libxgboost.
* Refactor `predict` and `n_features_in_`, `best_[score/iteration/ntree_limit]`
  to avoid duplicated code.
* Define `DaskXGBRanker`.

The dask ranker doesn't support group structure, instead it uses query id and
convert to group ptr internally.
2021-01-08 18:35:09 +08:00
..
2019-10-22 12:33:14 -04:00
2021-01-08 18:35:09 +08:00
2020-11-21 13:38:21 +08:00
2021-01-08 18:35:09 +08:00
2020-08-12 01:26:02 -07:00

This folder contains testcases for xgboost.