Initial support for multi-label classification. (#7521)

* Add support in sklearn classifier.
This commit is contained in:
Jiaming Yuan
2022-01-04 23:58:21 +08:00
committed by GitHub
parent 68cdbc9c16
commit 8f0a42a266
4 changed files with 70 additions and 2 deletions

View File

@@ -27,3 +27,4 @@ See `Awesome XGBoost <https://github.com/dmlc/xgboost/tree/master/demo>`_ for mo
external_memory
custom_metric_obj
categorical
multioutput