Jiaming Yuan bcc0277338
Re-implement ROC-AUC. (#6747)
* Re-implement ROC-AUC.

* Binary
* MultiClass
* LTR
* Add documents.

This PR resolves a few issues:
  - Define a value when the dataset is invalid, which can happen if there's an
  empty dataset, or when the dataset contains only positive or negative values.
  - Define ROC-AUC for multi-class classification.
  - Define weighted average value for distributed setting.
  - A correct implementation for learning to rank task.  Previous
  implementation is just binary classification with averaging across groups,
  which doesn't measure ordered learning to rank.
2021-03-20 16:52:40 +08:00
..
2018-07-19 14:22:16 -07:00
2020-10-27 18:22:12 +13:00
2021-02-09 09:20:58 +08:00
2021-02-02 20:43:31 +08:00
2016-01-16 11:52:33 -08:00
2020-11-14 17:58:07 -08:00
2020-12-29 19:41:02 +08:00
2019-04-15 10:08:12 -07:00
2020-09-24 21:05:10 +08:00
2018-07-19 14:22:16 -07:00
2015-08-01 11:27:13 -07:00
2021-03-20 16:52:40 +08:00
2018-02-21 16:57:30 -08:00

The documentation of xgboost is generated with recommonmark and sphinx.

You can build it locally by typing "make html" in this folder.

Checkout https://recommonmark.readthedocs.org for guide on how to write markdown with extensions used in this doc, such as math formulas and table of content.