[doc] Update model schema. (#8538)

* Update model schema with `num_target`.
This commit is contained in:
Jiaming Yuan 2022-12-06 11:35:07 +08:00 committed by GitHub
parent 2790e3091f
commit 7ac52e674f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" }
} }
} }
}, },