ali6parmak commited on
Commit
c12bdfc
1 Parent(s): 4117935

Upload candidate_selector_model_config.txt

Browse files
Files changed (1) hide show
  1. candidate_selector_model_config.txt +18 -0
candidate_selector_model_config.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boosting_type": "gbdt",
3
+ "verbose": -1,
4
+ "learning_rate": 0.1,
5
+ "num_class": 2,
6
+ "context_size": 18,
7
+ "num_boost_round": 500,
8
+ "num_leaves": 455,
9
+ "bagging_fraction": 0.9582447218059061,
10
+ "bagging_freq": 1,
11
+ "feature_fraction": 0.7479496700086276,
12
+ "lambda_l1": 0.00017789899076539243,
13
+ "lambda_l2": 0.050461704863219915,
14
+ "min_data_in_leaf": 98,
15
+ "feature_pre_filter": True,
16
+ "seed": 22,
17
+ "deterministic": True,
18
+ }