Skip to content

Commit ff073d8

Browse files
committed
Update pyproject.toml file.
1 parent a398728 commit ff073d8

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

params.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ settings:
99
preprocess_data: true
1010
sample_data: true
1111
calculate_values: true
12-
calculate_threshold_characteristics: true
12+
calculate_threshold_characteristics: false
1313
evaluate_curves: true
1414
evaluate_metrics: true
1515
render_plots: true
@@ -49,8 +49,10 @@ active:
4949
- tmc_shapley
5050
- beta_shapley
5151
- banzhaf_shapley
52-
- msr_banzhaf_shapley
52+
- msr_banzhaf_shapley_500
53+
- msr_banzhaf_shapley_5000
5354
- least_core
55+
- least_core_5000
5456
- loo
5557
repetitions:
5658
from: 1
@@ -327,12 +329,18 @@ valuation_methods:
327329
progress: true
328330
cache_group: acc
329331

330-
msr_banzhaf_shapley:
332+
msr_banzhaf_shapley_500:
331333
algorithm: msr_banzhaf_shapley
332334
n_updates: 500
333335
progress: true
334336
cache_group: acc
335337

338+
msr_banzhaf_shapley_5000:
339+
algorithm: msr_banzhaf_shapley
340+
n_updates: 5000
341+
progress: true
342+
cache_group: acc
343+
336344
tmc_shapley:
337345
algorithm: tmc_shapley
338346
rtol: 1e-4
@@ -346,3 +354,9 @@ valuation_methods:
346354
progress: false
347355
cache_group: acc
348356

357+
least_core_500:
358+
algorithm: least_core
359+
n_updates: 500
360+
progress: false
361+
cache_group: acc
362+

0 commit comments

Comments
 (0)