Initial support for quantile loss. (#8750)
- Add support for Python. - Add objective.
This commit is contained in:
@@ -440,6 +440,20 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"name": {
|
||||
"const": "reg:quantileerror"
|
||||
},
|
||||
"quantile_loss_param": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"quantle_alpha": {"type": "array"}
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user