Skip to content

Commit 6c98caa

Browse files
committed
Merge branch 'cnn' of https://github.com/deeppavlov/AutoIntent into cnn
2 parents b7be78d + 5589421 commit 6c98caa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/optimizer_config.schema.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@
6666
"validation_size": {
6767
"default": 0.2,
6868
"description": "Fraction of train samples to allocate for validation (if input dataset doesn't contain validation split).",
69-
"maximum": 1.0,
70-
"minimum": 0.0,
69+
"maximum": 1,
70+
"minimum": 0,
7171
"title": "Validation Size",
7272
"type": "number"
7373
},
7474
"separation_ratio": {
7575
"anyOf": [
7676
{
77-
"maximum": 1.0,
78-
"minimum": 0.0,
77+
"maximum": 1,
78+
"minimum": 0,
7979
"type": "number"
8080
},
8181
{
@@ -342,6 +342,7 @@
342342
},
343343
"search_space": {
344344
"items": {
345+
"additionalProperties": true,
345346
"type": "object"
346347
},
347348
"title": "Search Space",

0 commit comments

Comments
 (0)