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.
2 parents b7be78d + 5589421 commit 6c98caaCopy full SHA for 6c98caa
docs/optimizer_config.schema.json
@@ -66,16 +66,16 @@
66
"validation_size": {
67
"default": 0.2,
68
"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,
+ "maximum": 1,
+ "minimum": 0,
71
"title": "Validation Size",
72
"type": "number"
73
},
74
"separation_ratio": {
75
"anyOf": [
76
{
77
78
79
80
81
@@ -342,6 +342,7 @@
342
343
"search_space": {
344
"items": {
345
+ "additionalProperties": true,
346
"type": "object"
347
348
"title": "Search Space",
0 commit comments