File size: 1,992 Bytes
da45d98 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
{
"hyperparameters": [
{
"name": "min.node.size",
"type": "uniform_int",
"log": false,
"lower": 1,
"upper": 100,
"default": 50
},
{
"name": "mtry.ratio",
"type": "uniform_float",
"log": false,
"lower": 0.0,
"upper": 1.0,
"default": 0.5
},
{
"name": "num.trees",
"type": "uniform_int",
"log": false,
"lower": 1,
"upper": 2000,
"default": 1000
},
{
"name": "replace",
"type": "categorical",
"choices": [
"TRUE",
"FALSE"
],
"default": "TRUE",
"probabilities": null
},
{
"name": "respect.unordered.factors",
"type": "categorical",
"choices": [
"ignore",
"order",
"partition"
],
"default": "ignore",
"probabilities": null
},
{
"name": "sample.fraction",
"type": "uniform_float",
"log": false,
"lower": 0.1,
"upper": 1.0,
"default": 0.55
},
{
"name": "splitrule",
"type": "categorical",
"choices": [
"gini",
"extratrees"
],
"default": "gini",
"probabilities": null
},
{
"name": "task_id",
"type": "categorical",
"choices": [
"40981",
"41146",
"1489",
"1067"
],
"default": "40981",
"probabilities": null
},
{
"name": "trainsize",
"type": "uniform_float",
"log": false,
"lower": 0.03,
"upper": 1.0,
"default": 0.525
},
{
"name": "num.random.splits",
"type": "uniform_int",
"log": false,
"lower": 1,
"upper": 100,
"default": 50
}
],
"conditions": [
{
"child": "num.random.splits",
"parent": "splitrule",
"type": "EQ",
"value": "extratrees"
}
],
"forbiddens": [],
"python_module_version": "0.4.19",
"json_format_version": 0.2
}
|