rocky250 commited on
Commit
8d9b4fc
·
verified ·
1 Parent(s): 8c81eb8

Upload optuna_best_params.json — LST pipeline v2

Browse files
Files changed (1) hide show
  1. optuna_best_params.json +36 -0
optuna_best_params.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "xgb_best_params": {
3
+ "n_estimators": 900,
4
+ "max_depth": 4,
5
+ "learning_rate": 0.038236049870670266,
6
+ "subsample": 0.8633443157824261,
7
+ "colsample_bytree": 0.7086396098332438,
8
+ "colsample_bylevel": 0.6743605741768488,
9
+ "reg_alpha": 0.00020276984413394845,
10
+ "reg_lambda": 0.27232932664601445,
11
+ "min_child_weight": 9,
12
+ "gamma": 0.056531414626646265,
13
+ "max_delta_step": 0
14
+ },
15
+ "lgb_best_params": {
16
+ "n_estimators": 1200,
17
+ "num_leaves": 37,
18
+ "max_depth": 8,
19
+ "learning_rate": 0.10166329761552124,
20
+ "subsample": 0.7516960650400075,
21
+ "colsample_bytree": 0.511847705752916,
22
+ "reg_alpha": 0.18834148857954724,
23
+ "reg_lambda": 0.28078385093011937,
24
+ "min_child_samples": 29,
25
+ "bagging_freq": 5
26
+ },
27
+ "cat_best_params": {
28
+ "iterations": 1200,
29
+ "depth": 4,
30
+ "learning_rate": 0.04441830208165559,
31
+ "l2_leaf_reg": 0.0011335461005797611,
32
+ "bagging_temperature": 0.6971558983400944,
33
+ "border_count": 198,
34
+ "random_strength": 9.285398156985247
35
+ }
36
+ }