-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog.txt
More file actions
70 lines (61 loc) · 2.6 KB
/
log.txt
File metadata and controls
70 lines (61 loc) · 2.6 KB
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
8474661x202 matrix with 152002262 entries loaded from data/train_data.data
param={'max_depth':7,'n_estimators':100,'objective':"reg:logistic",'nthread':4,"learning_rate":0.1,
"min_child_weight":5,"colsample_bylevel":0.8,"colsample_bytree":0.8,"subsample":0.7,"gamma":0.5}
[49] train-rmse:0.272859 eval-rmse:0.2737
param={
'max_depth':5,
'n_estimators':100,
'objective':"reg:logistic",
"learning_rate":0.1,
"min_child_weight":1,
"colsample_bylevel":0.8,
"colsample_bytree":0.8,
"subsample":0.8,
"gamma":0
}
[49] train-rmse:0.273257 eval-rmse:0.273858
[49] train-rmse:0.273257 eval-rmse:0.273858
{'n_estimators': 110, 'subsample': 0.8, 'colsample_bytree': 0.8, 'gamma': 0, 'colsample_bylevel': 0.8, 'objective': 'reg:logistic',
'learning_rate': 0.1, 'max_depth': 5, 'min_child_weight': 1}
[49] train-rmse:0.273257 eval-rmse:0.273858
{'n_estimators': 90, 'subsample': 0.8, 'colsample_bytree': 0.8, 'gamma': 0, 'colsample_bylevel': 0.8, 'objective': 'reg:logistic',
'learning_rate': 0.1, 'max_depth': 5, 'min_child_weight': 1}
[49] train-rmse:0.272845 eval-rmse:0.273698
{'n_estimators': 90, 'subsample': 0.8, 'colsample_bytree': 0.8, 'gamma': 0, 'colsample_bylevel': 0.8, 'objective': 'reg:logistic',
'learning_rate': 0.1, 'max_depth': 7, 'min_child_weight': 1}
[49] train-rmse:0.272851 eval-rmse:0.273694
166109.0 170173.366572 =sum 1694981 1694981
{'n_estimators': 100, 'subsample': 0.8, 'colsample_bytree': 0.8, 'gamma': 0, 'colsample_bylevel': 0.8, 'objective': 'reg:logistic',
'learning_rate': 0.1, 'max_depth': 7, 'min_child_weight': 3}
[49] train-rmse:0.272036 eval-rmse:0.27362
166109.0 170194.466611 =sum 1694981 1694981
{'n_estimators': 100, 'subsample': 0.8, 'colsample_bytree': 0.8, 'gamma': 0, 'colsample_bylevel': 0.8, 'objective': 'reg:logistic',
'learning_rate': 0.1, 'max_depth': 9, 'min_child_weight': 3}
param={
'max_depth':9,
'n_estimators':100,
'objective':"reg:logistic",
"learning_rate":0.1,
"min_child_weight":7,
"colsample_bylevel":0.8,
"colsample_bytree":0.8,
"subsample":0.8,
"gamma":0
}
[49] train-rmse:0.272361
got score of 0.3481567
threshold=0.16
param={
'max_depth':9,
'n_estimators':100,
'objective':"reg:logistic",
"learning_rate":0.1,
"min_child_weight":5,
"colsample_bylevel":0.8,
"colsample_bytree":0.8,
"subsample":0.8,
"gamma":0
}
[49] train-rmse:0.272343
got score of 0.3477570
threshold=0.16