-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser_param.info
More file actions
45 lines (45 loc) · 1.87 KB
/
user_param.info
File metadata and controls
45 lines (45 loc) · 1.87 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
{
"lr_w": 0.0,
"lr_lambda": 5e-8,
"lr_lambda_u": 0.0,
"momentum": 0.8,
"max_iter": 50,
"l1_pen" : 0.0,
"l2_pen" : 0,
"NOW" : "2015-08-16 00:00:00",
"NUM_BIN": 72,
"BIN_WIDTH": 0.5,
"stratified_output" : "toutiao_user_constant_strtified_paper.txt",
"expected_return_output" : "toutiao_user_constant_expected_return_paper.txt",
"rate_function" : "toutiao_user_constant_rate_function_paper.txt",
"segments" :{
"n_segments" : 6,
"s1" : "2015-08-16 06:00:00",
"e1" : "2015-08-16 10:00:00",
"s2" : "2015-08-16 10:00:00",
"e2" : "2015-08-16 14:00:00",
"s3" : "2015-08-16 14:00:00",
"e3" : "2015-08-16 18:00:00",
"s4" : "2015-08-16 18:00:00",
"e4" : "2015-08-16 22:00:00",
"s5" : "2015-08-16 22:00:00",
"e5" : "2015-08-17 02:00:00",
"s6" : "2015-08-17 02:00:00",
"e6" : "2015-08-17 06:00:00"
},
"hawkes":{
"lr_lambda": 0.000,
"lr_alpha": 0.0000000,
"num_kernel": 30,
"history_size": 5
},
"feature_based" : {
"product": 0
},
"construct_feature":{
"output_path" : "./hawkes_feature",
"dump" : 0,
"normalizel2" : 0,
"filter" : 8640
}
}