Initial support for multioutput regression. (#7514)
* Add num target model parameter, which is configured from input labels. * Change elementwise metric and indexing for weights. * Add demo. * Add tests.
This commit is contained in:
@@ -21,7 +21,7 @@ CAT_T = "c"
|
||||
# meta info that can be a matrix instead of vector.
|
||||
# For now it's base_margin for multi-class, but it can be extended to label once we have
|
||||
# multi-output.
|
||||
_matrix_meta = {"base_margin"}
|
||||
_matrix_meta = {"base_margin", "label"}
|
||||
|
||||
|
||||
def _warn_unused_missing(data, missing):
|
||||
|
||||
Reference in New Issue
Block a user