From 7ac52e674f44b79837c8494df66b1db95ba3df58 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Tue, 6 Dec 2022 11:35:07 +0800 Subject: [PATCH] [doc] Update model schema. (#8538) * Update model schema with `num_target`. --- doc/model.schema | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/model.schema b/doc/model.schema index be8dd06d5..5b855dd45 100644 --- a/doc/model.schema +++ b/doc/model.schema @@ -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" } } } },