QuAcc/conf.yaml

109 lines
1.7 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:
- 0.5
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-03 23:28:40 +01:00
- mul_sld
- 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-03 23:28:40 +01:00
2gs_vs_atc:
PLOT_ESTIMATORS:
- bin_sld_gs
- bin_sld_qgs
- mul_sld_gs
- mul_sld_qgs
- ref
- atc_mc
- atc_ne
sld_vs_pacc:
PLOT_ESTIMATORS:
- bin_sld
- bin_sld_gs
- mul_sld
- mul_sld_gs
- ref
- atc_mc
- atc_ne
main_conf: &main_conf
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-04 00:06:40 +01:00
exec: *debug_conf