conf updated

This commit is contained in:
Lorenzo Volpi 2023-11-26 16:35:10 +01:00
parent 4fc25dffb9
commit 1e87420af7
2 changed files with 89 additions and 86 deletions

107
conf.yaml
View File

@ -4,39 +4,39 @@ debug_conf: &debug_conf
- acc
OUT_DIR_NAME: output/debug
DATASET_N_PREVS: 9
COMP_ESTIMATORS:
- bin_sld
- mul_sld
- m3w_sld
- atc_mc
- doc
confs:
- DATASET_NAME: imdb
# - DATASET_NAME: rcv1
# DATASET_TARGET: CCAT
other_confs:
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
plot_confs:
debug_gs:
PLOT_ESTIMATORS:
- binis_sld
- mulis_sld
- doc
- atc_mc
- gde
mc_conf: &mc_conf
kde_conf: &kde_conf
global:
METRICS:
- acc
- f1
OUT_DIR_NAME: output/kde/gs
DATASET_N_PREVS: 9
COMP_ESTIMATORS:
- bin_kde_gs
- mul_kde_gs
- m3w_kde_gs
- atc_mc
- doc
confs:
- DATASET_NAME: imdb
other_confs:
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
# - DATASET_NAME: imdb
plot_confs:
confidence:
PLOT_ESTIMATORS:
- bin_sld_gs
- mul_sld_gs
- atc_mc
PLOT_STDEV: true
test_conf: &test_conf
global:
@ -47,17 +47,7 @@ test_conf: &test_conf
DATASET_N_PREVS: 9
# DATASET_PREVS:
# - 0.5
confs:
# - DATASET_NAME: rcv1
# DATASET_TARGET: GCAT
# - DATASET_NAME: imdb
- DATASET_NAME: cifar10
DATASET_TARGET: dog
plot_confs:
main:
PLOT_ESTIMATORS:
COMP_ESTIMATORS:
- bin_sld
- mul_sld
- mul3w_sld
@ -78,6 +68,14 @@ test_conf: &test_conf
- doc_feat
- kfcv
confs:
- DATASET_NAME: cifar10
DATASET_TARGET: dog
other_confs:
- DATASET_NAME: rcv1
DATASET_TARGET: GCAT
- DATASET_NAME: imdb
main_conf: &main_conf
global:
@ -86,22 +84,7 @@ main_conf: &main_conf
- f1
OUT_DIR_NAME: output/main
DATASET_N_PREVS: 9
confs:
- DATASET_NAME: cifar10
DATASET_TARGET: dog
confs_next:
- DATASET_NAME: imdb
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
- DATASET_NAME: rcv1
DATASET_TARGET: GCAT
- DATASET_NAME: rcv1
DATASET_TARGET: MCAT
plot_confs:
main:
PLOT_ESTIMATORS:
COMP_ESTIMATORS:
- bin_sld
- mul_sld
- m3w_sld
@ -127,6 +110,18 @@ main_conf: &main_conf
- rca_star
- mandoline
confs:
- DATASET_NAME: cifar10
DATASET_TARGET: dog
confs_next:
- DATASET_NAME: imdb
- DATASET_NAME: rcv1
DATASET_TARGET: CCAT
- DATASET_NAME: rcv1
DATASET_TARGET: GCAT
- DATASET_NAME: rcv1
DATASET_TARGET: MCAT
add_conf: &add_conf
global:
@ -135,6 +130,13 @@ add_conf: &add_conf
- f1
OUT_DIR_NAME: output/add/m3w
DATASET_N_PREVS: 9
COMP_ESTIMATORS:
- m3w_sld
- m3wc_sld
- m3wmc_sld
- m3wne_sld
- m3wis_sld
- m3w_sld_gs
confs:
- DATASET_NAME: cifar10
@ -148,14 +150,5 @@ add_conf: &add_conf
- DATASET_NAME: rcv1
DATASET_TARGET: MCAT
plot_confs:
main:
PLOT_ESTIMATORS:
- m3w_sld
- m3wc_sld
- m3wmc_sld
- m3wne_sld
- m3wis_sld
- m3w_sld_gs
exec: *add_conf
exec: *debug_conf

View File

@ -22,6 +22,19 @@ sync_up = "remote:sync_code"
sync_down = "remote:sync_output"
merge_data = "merge_data:run"
[tool.poe]
poetry_command = ""
[tool.poe.tasks]
ilona = "ssh volpi@ilona.isti.cnr.it"
[tool.poe.tasks.logr]
shell = """
scp {$HOST}:~/tesi/quacc.log ~/tesi/remote.log &> /dev/null
ssh {$HOST} tail -n 0 -f /home/volpi/tesi/quacc.log >> ~/tesi/remote.log
"""
interpreter="fish"
env = { HOST = "volpi@ilona.isti.cnr.it" }
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
@ -43,7 +56,4 @@ addopts = "--cov=quacc --capture=tee-sys"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[virtualenvs]
in-project = true
prefer-active-python = true