File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ settings:
9
9
preprocess_data : true
10
10
sample_data : true
11
11
calculate_values : true
12
- calculate_threshold_characteristics : true
12
+ calculate_threshold_characteristics : false
13
13
evaluate_curves : true
14
14
evaluate_metrics : true
15
15
render_plots : true
@@ -49,8 +49,10 @@ active:
49
49
- tmc_shapley
50
50
- beta_shapley
51
51
- banzhaf_shapley
52
- - msr_banzhaf_shapley
52
+ - msr_banzhaf_shapley_500
53
+ - msr_banzhaf_shapley_5000
53
54
- least_core
55
+ - least_core_5000
54
56
- loo
55
57
repetitions :
56
58
from : 1
@@ -327,12 +329,18 @@ valuation_methods:
327
329
progress : true
328
330
cache_group : acc
329
331
330
- msr_banzhaf_shapley :
332
+ msr_banzhaf_shapley_500 :
331
333
algorithm : msr_banzhaf_shapley
332
334
n_updates : 500
333
335
progress : true
334
336
cache_group : acc
335
337
338
+ msr_banzhaf_shapley_5000 :
339
+ algorithm : msr_banzhaf_shapley
340
+ n_updates : 5000
341
+ progress : true
342
+ cache_group : acc
343
+
336
344
tmc_shapley :
337
345
algorithm : tmc_shapley
338
346
rtol : 1e-4
@@ -346,3 +354,9 @@ valuation_methods:
346
354
progress : false
347
355
cache_group : acc
348
356
357
+ least_core_500 :
358
+ algorithm : least_core
359
+ n_updates : 500
360
+ progress : false
361
+ cache_group : acc
362
+
You can’t perform that action at this time.
0 commit comments