forked from aai-institute/mlrc22-like-shapley-love-the-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdvc.yaml
31 lines (31 loc) · 1.09 KB
/
dvc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
stages:
feature-valuation-least-core:
cmd: python -m mlrc22.experiments.feature_valuation_least_core_experiments
deps:
- src/mlrc22/experiments/feature_valuation_least_core_experiments.py
outs:
- output/feature_valuation_least_core/
fixing-mislabeled-data:
cmd: python -m mlrc22.experiments.fixing_mislabeled_data_experiment
deps:
- src/mlrc22/experiments/fixing_mislabeled_data_experiment.py
outs:
- output/fixing_mislabeled_data/
noisy-data:
cmd: python -m mlrc22.experiments.noisy_data_experiment
deps:
- src/mlrc22/experiments/noisy_data_experiment.py
outs:
- output/noisy_data/
data-valuation-synthetic:
cmd: python -m mlrc22.experiments.data_valuation_synthetic_experiment
deps:
- src/mlrc22/experiments/data_valuation_synthetic_experiment.py
outs:
- output/data_valuation_synthetic/
data-valuation-dog-vs-fish:
cmd: python -m mlrc22.experiments.data_valuation_dog_vs_fish_experiment
deps:
- src/mlrc22/experiments/data_valuation_dog_vs_fish_experiment.py
outs:
- output/data_valuation_dog_vs_fish/