[doc] Update model schema. (#8538)
* Update model schema with `num_target`.
This commit is contained in:
@@ -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" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user