We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042a4f0 commit 3515b1eCopy full SHA for 3515b1e
docs/optimizer_config.schema.json
@@ -77,16 +77,16 @@
77
"validation_size": {
78
"default": 0.2,
79
"description": "Fraction of train samples to allocate for validation (if input dataset doesn't contain validation split).",
80
- "maximum": 1.0,
81
- "minimum": 0.0,
+ "maximum": 1,
+ "minimum": 0,
82
"title": "Validation Size",
83
"type": "number"
84
},
85
"separation_ratio": {
86
"anyOf": [
87
{
88
89
90
91
92
@@ -322,6 +322,7 @@
322
323
"search_space": {
324
"items": {
325
+ "additionalProperties": true,
326
"type": "object"
327
328
"title": "Search Space",
0 commit comments