Commit 6d903dee authored by ZHENQIN WU's avatar ZHENQIN WU
Browse files

temp save

parent c64b7ce4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -32,7 +32,10 @@ class GaussianProcessHyperparamOpt(HyperparamOpt):
                        search_range=4,
                        hp_invalid_list=[
                            'seed', 'nb_epoch', 'penalty_type', 'dropouts',
                            'bypass_dropouts', 'n_pair_feat', 'fit_transformers'
                            'bypass_dropouts', 'n_pair_feat', 'fit_transformers',
                            'min_child_weight', 'max_delta_step','subsample',
                            'colsample_bylevel', 'colsample_bytree', 'reg_alpha', 
                            'reg_lambda', 'scale_pos_weight', 'base_score'
                        ],
                        logdir=None):
    """Perform hyperparams search using a gaussian process assumption
+2 −2
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ hps['xgb'] = {
    'max_depth': 5,
    'learning_rate': 0.05,
    'n_estimators': 3000,
    'gamma': 0,
    'gamma': 0.,
    'min_child_weight': 5,
    'max_delta_step': 1,
    'subsample': 0.53,
@@ -162,7 +162,7 @@ hps['xgb_regression'] = {
    'max_depth': 5,
    'learning_rate': 0.05,
    'n_estimators': 3000,
    'gamma': 0,
    'gamma': 0.,
    'min_child_weight': 5,
    'max_delta_step': 1,
    'subsample': 0.53,
+20 −0
Original line number Diff line number Diff line
(dp0
S'n_fully_connected_nodes'
p1
I205
sS'nb_epoch'
p2
I15
sS'batch_size'
p3
I50
sS'seed'
p4
I123
sS'n_filters'
p5
I98
sS'learning_rate'
p6
F0.00037299480070794176
s.
 No newline at end of file

examples/bace_cirv.pkl

0 → 100644
+21 −0
Original line number Diff line number Diff line
(dp0
S'nb_epoch'
p1
I10
sS'batch_size'
p2
I61
sS'penalty'
p3
F0.0
sS'penalty_type'
p4
S'l2'
p5
sS'n_K'
p6
I16
sS'learning_rate'
p7
F0.0005
s.
 No newline at end of file
+8 −0
Original line number Diff line number Diff line
(dp0
S'C'
p1
F1.4282730011020977
sS'gamma'
p2
F0.025
s.
 No newline at end of file
Loading