conf updated
This commit is contained in:
parent
90d17a2337
commit
b28486b1c5
20
conf.yaml
20
conf.yaml
|
@ -2,11 +2,7 @@ debug_conf: &debug_conf
|
||||||
global:
|
global:
|
||||||
METRICS:
|
METRICS:
|
||||||
- acc
|
- acc
|
||||||
DATASET_N_PREVS: 5
|
DATASET_N_PREVS: 9
|
||||||
DATASET_PREVS:
|
|
||||||
# - 0.2
|
|
||||||
- 0.5
|
|
||||||
# - 0.8
|
|
||||||
|
|
||||||
confs:
|
confs:
|
||||||
- DATASET_NAME: rcv1
|
- DATASET_NAME: rcv1
|
||||||
|
@ -15,7 +11,10 @@ debug_conf: &debug_conf
|
||||||
plot_confs:
|
plot_confs:
|
||||||
debug:
|
debug:
|
||||||
PLOT_ESTIMATORS:
|
PLOT_ESTIMATORS:
|
||||||
- mulmc_sld
|
- binc_sld
|
||||||
|
- binmc_sld
|
||||||
|
- binne_sld
|
||||||
|
- bin_sld
|
||||||
- atc_mc
|
- atc_mc
|
||||||
PLOT_STDEV: true
|
PLOT_STDEV: true
|
||||||
|
|
||||||
|
@ -24,7 +23,6 @@ mc_conf: &mc_conf
|
||||||
METRICS:
|
METRICS:
|
||||||
- acc
|
- acc
|
||||||
DATASET_N_PREVS: 9
|
DATASET_N_PREVS: 9
|
||||||
DATASET_DIR_UPDATE: true
|
|
||||||
|
|
||||||
confs:
|
confs:
|
||||||
- DATASET_NAME: rcv1
|
- DATASET_NAME: rcv1
|
||||||
|
@ -32,12 +30,8 @@ mc_conf: &mc_conf
|
||||||
# - DATASET_NAME: imdb
|
# - DATASET_NAME: imdb
|
||||||
|
|
||||||
plot_confs:
|
plot_confs:
|
||||||
debug3:
|
confidence:
|
||||||
PLOT_ESTIMATORS:
|
PLOT_ESTIMATORS:
|
||||||
- binmc_sld
|
|
||||||
- mulmc_sld
|
|
||||||
- binne_sld
|
|
||||||
- mulne_sld
|
|
||||||
- bin_sld_gs
|
- bin_sld_gs
|
||||||
- mul_sld_gs
|
- mul_sld_gs
|
||||||
- atc_mc
|
- atc_mc
|
||||||
|
@ -230,4 +224,4 @@ main_conf: &main_conf
|
||||||
- atc_ne
|
- atc_ne
|
||||||
- doc_feat
|
- doc_feat
|
||||||
|
|
||||||
exec: *debug_conf
|
exec: *mc_conf
|
2102
test_mc.md
2102
test_mc.md
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue