You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ensemble:
- name: null
- feature:
- - name: PYGNormalizeFeatures
- hpo:
- max_evals: 10
- name: random
- models:
- - hp_space:
- - feasiblePoints: 2,3
- parameterName: num_layers
- type: DISCRETE
- - cutFunc: lambda x:x[0] - 1
- cutPara:
- - num_layers
- length: 2
- maxValue:
- - 32
- - 128
- minValue:
- - 32
- - 128
- numericalType: INTEGER
- parameterName: hidden
- scalingType: LOG
- type: NUMERICAL_LIST
- - maxValue: 0.8
- minValue: 0.2
- parameterName: dropout
- scalingType: LINEAR
- type: DOUBLE
- - feasiblePoints:
- - mean
- parameterName: agg
- type: CATEGORICAL
- - feasiblePoints:
- - leaky_relu
- - relu
- - elu
- - tanh
- parameterName: act
- type: CATEGORICAL
- name: sage
- trainer:
- name: NodeClassificationNeighborSampling
- hp_space:
- - parameterName: sampling_sizes
- type: NUMERICAL_LIST
- numericalType: INTEGER
- length: 3
- cutFunc: lambda x:x[0]
- cutPara:
- - num_layers
- minValue: 3
- maxValue: 8
- scalingType: LOG
- - maxValue: 300
- minValue: 100
- parameterName: max_epoch
- scalingType: LINEAR
- type: INTEGER
- - maxValue: 30
- minValue: 10
- parameterName: early_stopping_round
- scalingType: LINEAR
- type: INTEGER
- - maxValue: 0.05
- minValue: 0.01
- parameterName: lr
- scalingType: LOG
- type: DOUBLE
- - maxValue: 0.0005
- minValue: 0.0001
- parameterName: weight_decay
- scalingType: LOG
- type: DOUBLE
|