conf updated

This commit is contained in:
Lorenzo Volpi 2023-10-31 14:53:54 +01:00
parent 628d2f7eb2
commit dae688b6e1
2 changed files with 14 additions and 8 deletions

1
.gitignore vendored
View File

@ -13,5 +13,4 @@ elsahar19_rca/__pycache__/*
.coverage .coverage
scp_sync.py scp_sync.py
out/* out/*
output/*
*.log *.log

View File

@ -5,12 +5,19 @@ debug_conf: &debug_conf
DATASET_N_PREVS: 5 DATASET_N_PREVS: 5
DATASET_PREVS: DATASET_PREVS:
- 0.5 - 0.5
- 0.1
datasets: confs:
- DATASET_NAME: imdb - DATASET_NAME: imdb
plot_confs: plot_confs:
debug: debug:
PLOT_ESTIMATORS:
- ref
- atc_mc
- atc_ne
PLOT_STDEV: true
debug_plus:
PLOT_ESTIMATORS: PLOT_ESTIMATORS:
- mul_sld_bcts - mul_sld_bcts
- mul_sld - mul_sld
@ -28,7 +35,7 @@ test_conf: &test_conf
- 0.5 - 0.5
- 0.1 - 0.1
datasets: confs:
# - DATASET_NAME: rcv1 # - DATASET_NAME: rcv1
# DATASET_TARGET: CCAT # DATASET_TARGET: CCAT
- DATASET_NAME: imdb - DATASET_NAME: imdb
@ -53,15 +60,15 @@ main_conf: &main_conf
- f1 - f1
DATASET_N_PREVS: 9 DATASET_N_PREVS: 9
datasets: confs:
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
confs_bck:
- DATASET_NAME: imdb - DATASET_NAME: imdb
datasets_bck:
- DATASET_NAME: rcv1 - DATASET_NAME: rcv1
DATASET_TARGET: GCAT DATASET_TARGET: GCAT
- DATASET_NAME: rcv1 - DATASET_NAME: rcv1
DATASET_TARGET: MCAT DATASET_TARGET: MCAT
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
plot_confs: plot_confs:
gs_vs_atc: gs_vs_atc:
@ -104,4 +111,4 @@ main_conf: &main_conf
- atc_ne - atc_ne
- doc_feat - doc_feat
exec: *test_conf exec: *debug_conf