QuAcc/conf.yaml

154 lines
2.5 KiB
YAML
Raw Normal View History

debug_conf: &debug_conf
global:
METRICS:
- acc
2023-10-31 03:01:24 +01:00
DATASET_N_PREVS: 5
DATASET_PREVS:
2023-11-05 14:16:53 +01:00
- 0.2
2023-10-31 03:01:24 +01:00
- 0.5
2023-11-05 14:16:53 +01:00
- 0.8
2023-10-31 14:53:54 +01:00
confs:
2023-10-28 16:14:37 +02:00
- DATASET_NAME: imdb
plot_confs:
debug:
2023-10-31 14:53:54 +01:00
PLOT_ESTIMATORS:
2023-11-05 14:16:53 +01:00
- mulmc_sld
- atc_mc
2023-11-05 00:15:40 +01:00
PLOT_STDEV: true
mc_conf: &mc_conf
global:
METRICS:
- acc
DATASET_N_PREVS: 9
2023-11-05 14:16:53 +01:00
DATASET_DIR_UPDATE: true
2023-11-05 00:15:40 +01:00
confs:
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
2023-11-05 14:16:53 +01:00
# - DATASET_NAME: imdb
2023-11-05 00:15:40 +01:00
plot_confs:
2023-11-05 14:16:53 +01:00
debug3:
2023-11-05 00:15:40 +01:00
PLOT_ESTIMATORS:
2023-11-05 14:16:53 +01:00
- binmc_sld
2023-11-05 00:15:40 +01:00
- mulmc_sld
2023-11-05 14:16:53 +01:00
- binne_sld
- mulne_sld
2023-11-05 00:15:40 +01:00
- bin_sld_gs
2023-11-05 14:16:53 +01:00
- mul_sld_gs
2023-11-03 23:28:40 +01:00
- atc_mc
2023-10-31 14:53:54 +01:00
PLOT_STDEV: true
test_conf: &test_conf
global:
2023-10-23 09:19:32 +02:00
METRICS:
- acc
- f1
2023-11-03 23:28:40 +01:00
DATASET_N_PREVS: 9
2023-10-31 14:53:54 +01:00
confs:
2023-11-03 23:28:40 +01:00
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
# - DATASET_NAME: imdb
plot_confs:
2023-11-05 00:15:40 +01:00
gs_vs_gsq:
2023-11-03 23:28:40 +01:00
PLOT_ESTIMATORS:
2023-11-05 00:15:40 +01:00
- bin_sld
2023-11-03 23:28:40 +01:00
- bin_sld_gs
2023-11-05 00:15:40 +01:00
- bin_sld_gsq
- mul_sld
- mul_sld_gs
- mul_sld_gsq
gs_vs_atc:
PLOT_ESTIMATORS:
- bin_sld
- bin_sld_gs
- mul_sld
2023-11-03 23:28:40 +01:00
- mul_sld_gs
- atc_mc
- atc_ne
sld_vs_pacc:
PLOT_ESTIMATORS:
- bin_sld
- bin_sld_gs
- mul_sld
- mul_sld_gs
2023-11-05 00:15:40 +01:00
- bin_pacc
- bin_pacc_gs
- mul_pacc
- mul_pacc_gs
- atc_mc
- atc_ne
pacc_vs_atc:
PLOT_ESTIMATORS:
- bin_pacc
- bin_pacc_gs
- mul_pacc
- mul_pacc_gs
- atc_mc
- atc_ne
main_conf: &main_conf
2023-11-05 00:15:40 +01:00
global:
METRICS:
- acc
- f1
DATASET_N_PREVS: 9
2023-10-31 14:53:54 +01:00
confs:
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
confs_bck:
2023-10-28 16:14:37 +02:00
- DATASET_NAME: imdb
- DATASET_NAME: rcv1
DATASET_TARGET: GCAT
- DATASET_NAME: rcv1
DATASET_TARGET: MCAT
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-11-05 00:15:40 +01:00
exec: *mc_conf