We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1462f1 commit a76a803Copy full SHA for a76a803
autointent/_presets/heavy.yaml
@@ -14,7 +14,6 @@ search_space:
14
k:
15
low: 1
16
high: 20
17
- step: 1
18
n_trials: 10
19
- module_name: description
20
temperature:
autointent/_presets/heavy_moderate.yaml
@@ -13,7 +13,6 @@ search_space:
13
autointent/_presets/light.yaml
- node_type: decision
target_metric: decision_accuracy
@@ -22,6 +21,6 @@ search_space:
22
21
thresh:
23
low: 0.1
24
high: 0.9
25
- step: 0.1
+ n_trials: 10
26
- module_name: argmax
27
sampler: tpe
0 commit comments