Skip to content

Commit

Permalink
[doc] Update model schema. (#8538)
Browse files Browse the repository at this point in the history

* Update model schema with `num_target`.
  • Loading branch information
trivialfis authored Dec 6, 2022
1 parent 2790e30 commit 7ac52e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/model.schema
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@
"properties": {
"base_score": { "type": "string" },
"num_class": { "type": "string" },
"num_feature": { "type": "string" }
"num_feature": { "type": "string" },
"num_target": { "type": "string" }
}
}
},
Expand Down

0 comments on commit 7ac52e6

Please sign in to comment.