File tree Expand file tree Collapse file tree 2 files changed +3
-39
lines changed
Expand file tree Collapse file tree 2 files changed +3
-39
lines changed Original file line number Diff line number Diff line change 44sim = LPLRATECoverageSimulation (
55 config_file = "scripts/plm/lplr_ate_config.yml" ,
66 log_level = "INFO" ,
7- log_file = "logs/plm/plr_ate_sim .log" ,
7+ log_file = "logs/plm/lplr_ate_sim .log" ,
88)
99print ("Calling file" )
1010sim .run_simulation ()
1111sim .save_results (output_path = "results/plm/" , file_prefix = "lplr_ate" )
1212
1313# Save config file for reproducibility
14- sim .save_config ("results/plm/lplr_ate_config.yml" )
14+ sim .save_config ("results/plm/lplr_ate_config.yml" )
Original file line number Diff line number Diff line change 22
33simulation_parameters :
44 repetitions : 1000
5- max_runtime : 86400 # 24 hours in seconds
5+ max_runtime : 19800 # 5.5 hours in seconds
66 random_seed : 42
77 n_jobs : -2
88
@@ -55,42 +55,6 @@ dml_parameters:
5555 - ml_m : *lgbm
5656 ml_M : *lgbm-class
5757 ml_t : *lgbm
58- # - ml_m: *rf
59- # ml_M: *lgbm-class
60- # ml_t: *lgbm
61- # - ml_m: *lgbm
62- # ml_M: *rf-class
63- # ml_t: *lgbm
64- # - ml_m: *lgbm
65- # ml_M: *lgbm-class
66- # ml_t: *rf
67- # - ml_m: *lgbm
68- # ml_M: *rf-class
69- # ml_t: *rf
70- # - ml_m: *rf
71- # ml_M: *lgbm-class
72- # ml_t: *rf
73- # - ml_m: *rf
74- # ml_M: *rf-class
75- # ml_t: *lgbm
76- # - ml_m: *lasso
77- # ml_M: *lgbm-class
78- # ml_t: *lgbm
79- # - ml_m: *lgbm
80- # ml_M: *logistic
81- # ml_t: *lgbm
82- # - ml_m: *lgbm
83- # ml_M: *lgbm-class
84- # ml_t: *lasso
85- # - ml_m: *lasso
86- # ml_M: *rf-class
87- # ml_t: *rf
88- # - ml_m: *rf
89- # ml_M: *logistic
90- # ml_t: *rf
91- # - ml_m: *rf
92- # ml_M: *rf-class
93- # ml_t: *lasso
9458
9559 score : ["nuisance_space", "instrument"]
9660
You can’t perform that action at this time.
0 commit comments