forked from GoogleCloudPlatform/professional-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_hp_tuning.yaml
More file actions
32 lines (32 loc) · 796 Bytes
/
config_hp_tuning.yaml
File metadata and controls
32 lines (32 loc) · 796 Bytes
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
trainingInput:
scaleTier: CUSTOM
masterType: complex_model_m_p100
hyperparameters:
maxTrials: 100
maxParallelTrials: 5
enableTrialEarlyStopping: True
goal: MAXIMIZE
hyperparameterMetricTag: auc
params:
- parameterName: num_units
type: INTEGER
minValue: 8
maxValue: 256
scaleType: UNIT_LOG_SCALE
- parameterName: embedding_dimension
type: INTEGER
discreteValues:
minValue: 8
maxValue: 1024
scaleType: UNIT_LOG_SCALE
- parameterName: num_hash_buckets
type: INTEGER
discreteValues:
minValue: 10000
maxValue: 50000
scaleType: UNIT_LINEAR_SCALE
- parameterName: learning_rate
type: DOUBLE
minValue: 0.00001
maxValue: 0.1
scaleType: UNIT_LOG_SCALE