Skip to content

Commit cc3497a

Browse files
author
Luigi Dello Stritto
committed
fix
1 parent f3a37a5 commit cc3497a

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

machine_learning_hep/data/data_run3/database_ml_parameters_Bplus_ml.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ BPlus_ml:
174174
maxfiles: [-1] #list of periods
175175
chunksizeunp: [100] #list of periods
176176
chunksizeskim: [100] #list of periods
177-
fracmerge: [1.0, 1.0, 1.0, 1.0] #list of periods
177+
# fracmerge: [1.0, 1.0, 1.0, 1.0]
178+
fracmerge: [1.0] #list of periods
178179
seedmerge: [12] #list of periods
179180
period: [LHC24ao] #list of periods
180181
select_period: [1]
@@ -192,7 +193,8 @@ BPlus_ml:
192193
maxfiles: [-1] #list of periods
193194
chunksizeunp: [100] #list of periods
194195
chunksizeskim: [100] #list of periods
195-
fracmerge: [1.0, 1.0, 1.0, 1.0] #list of periods
196+
# fracmerge: [1.0, 1.0, 1.0, 1.0]
197+
fracmerge: [1.0] #list of periods
196198
seedmerge: [12] #list of periods
197199
period: [LHC24i4] #list of periods
198200
select_period: [1]

machine_learning_hep/data/data_run3/database_ml_parameters_D0pp_mult.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ D0ml_pp:
189189
maxfiles: [-1] #list of periods
190190
chunksizeunp: [100] #list of periods
191191
chunksizeskim: [100] #list of periods
192-
fracmerge: [0.10, 0.03, 0.05, 0.1, 0.2, 0.3, 0.4, 0.6, 0.6, 0.8, 1.0, 1.0] #list of periods
193-
#fracmerge: [0.05, 0.10, 0.40, 0.80, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0] #list of periods
192+
#fracmerge: [0.10, 0.03, 0.05, 0.1, 0.2, 0.3, 0.4, 0.6, 0.6, 0.8, 1.0, 1.0]
193+
fracmerge: [0.1] #list of periods
194194
seedmerge: [12] #list of periods
195195
period: [LHC22o] #list of periods
196196
select_period: [1]
@@ -208,7 +208,8 @@ D0ml_pp:
208208
maxfiles: [-1] #list of periods
209209
chunksizeunp: [100] #list of periods
210210
chunksizeskim: [1000] #list of periods
211-
fracmerge: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0] #list of periods
211+
#fracmerge: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
212+
fracmerge: [1.0] #list of periods
212213
seedmerge: [12] #list of periods
213214
period: [LHC24b1b] #list of periods
214215
select_period: [1]

machine_learning_hep/data/data_run3/database_ml_parameters_LcToPKPi_mult.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ LcpKpi:
266266
maxfiles: [-1] #list of periods
267267
chunksizeunp: [100] #list of periods
268268
chunksizeskim: [100] #list of periods
269-
fracmerge: [0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05] #list of periods
269+
# fracmerge: [0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05]
270+
fracmerge: [0.05] #list of periods
270271
seedmerge: [12] #list of periods
271272
period: [LHC23] #list of periods
272273
select_period: [1]
@@ -284,7 +285,8 @@ LcpKpi:
284285
maxfiles: [-1] #list of periods
285286
chunksizeunp: [100] #list of periods
286287
chunksizeskim: [100] #list of periods
287-
fracmerge: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0] #list of periods
288+
# fracmerge: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
289+
fracmerge: [1.0] #list of periods
288290
seedmerge: [1] #list of periods
289291
period: [LHC24h1] #list of periods
290292
select_period: [1]

0 commit comments

Comments
 (0)