Skip to content

Commit 6e1d1a6

Browse files
committed
Update log file path and adjust max runtime in configuration
1 parent b7302a4 commit 6e1d1a6

File tree

2 files changed

+3
-39
lines changed

2 files changed

+3
-39
lines changed

scripts/plm/lplr_ate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
sim = 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
)
99
print("Calling file")
1010
sim.run_simulation()
1111
sim.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")

scripts/plm/lplr_ate_config.yml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
simulation_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

0 commit comments

Comments
 (0)