[doc] Update model schema. (#8538)
* Update model schema with `num_target`.
This commit is contained in:
parent
2790e3091f
commit
7ac52e674f
@ -532,7 +532,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"base_score": { "type": "string" },
|
"base_score": { "type": "string" },
|
||||||
"num_class": { "type": "string" },
|
"num_class": { "type": "string" },
|
||||||
"num_feature": { "type": "string" }
|
"num_feature": { "type": "string" },
|
||||||
|
"num_target": { "type": "string" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user