QuAcc/conf.yaml

103 lines
1.7 KiB
YAML
Raw Normal View History

debug_conf: &debug_conf
global:
METRICS:
- acc
DATASET_N_PREVS: 1
datasets:
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
2023-10-28 16:14:37 +02:00
- DATASET_NAME: imdb
plot_confs:
debug:
PLOT_ESTIMATORS:
# - mul_sld_bcts
- mul_sld
- ref
- atc_mc
- atc_ne
test_conf: &test_conf
global:
2023-10-23 09:19:32 +02:00
METRICS:
- acc
- f1
DATASET_N_PREVS: 3
datasets:
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
plot_confs:
best_vs_atc:
PLOT_ESTIMATORS:
- bin_sld
- bin_sld_bcts
- bin_sld_gs
- mul_sld
- mul_sld_bcts
- mul_sld_gs
- ref
- atc_mc
- atc_ne
main_conf: &main_conf
global:
METRICS:
- acc
- f1
DATASET_N_PREVS: 9
datasets:
2023-10-28 16:14:37 +02:00
- DATASET_NAME: imdb
datasets_bck:
- DATASET_NAME: rcv1
DATASET_TARGET: GCAT
- DATASET_NAME: rcv1
DATASET_TARGET: MCAT
2023-10-28 16:14:37 +02:00
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
plot_confs:
gs_vs_atc:
PLOT_ESTIMATORS:
- mul_sld_gs
- bin_sld_gs
- ref
- atc_mc
- atc_ne
PLOT_STDEV: true
best_vs_atc:
PLOT_ESTIMATORS:
- mul_sld_bcts
- mul_sld_gs
- bin_sld_bcts
- bin_sld_gs
- ref
- atc_mc
- atc_ne
all_vs_atc:
PLOT_ESTIMATORS:
- bin_sld
- bin_sld_bcts
- bin_sld_gs
- mul_sld
- mul_sld_bcts
- mul_sld_gs
- ref
- atc_mc
- atc_ne
best_vs_all:
PLOT_ESTIMATORS:
- bin_sld_bcts
- bin_sld_gs
- mul_sld_bcts
- mul_sld_gs
- ref
- kfcv
- atc_mc
- atc_ne
- doc_feat
2023-10-28 16:14:37 +02:00
exec: *main_conf