conf updated
This commit is contained in:
parent
50f4a833dc
commit
d237649be9
10
conf.yaml
10
conf.yaml
|
@ -76,14 +76,14 @@ test_conf: &test_conf
|
|||
|
||||
main:
|
||||
confs: &main_confs
|
||||
- DATASET_NAME: rcv1
|
||||
DATASET_TARGET: CCAT
|
||||
- DATASET_NAME: imdb
|
||||
- DATASET_NAME: rcv1
|
||||
DATASET_TARGET: GCAT
|
||||
- DATASET_NAME: rcv1
|
||||
DATASET_TARGET: MCAT
|
||||
other_confs:
|
||||
- DATASET_NAME: imdb
|
||||
- DATASET_NAME: rcv1
|
||||
DATASET_TARGET: CCAT
|
||||
|
||||
sld_lr_conf: &sld_lr_conf
|
||||
|
||||
|
@ -459,6 +459,7 @@ timing_conf: &timing_conf
|
|||
- naive
|
||||
N_JOBS: 1
|
||||
PROTOCOL_REPEATS: 1
|
||||
# PROTOCOL_N_PREVS: 1
|
||||
|
||||
confs: *main_confs
|
||||
|
||||
|
@ -478,7 +479,8 @@ timing_gs_conf: &timing_gs_conf
|
|||
- m3w_kde_lr_gs
|
||||
N_JOBS: -1
|
||||
PROTOCOL_REPEATS: 1
|
||||
# PROTOCOL_N_PREVS: 1
|
||||
|
||||
confs: *main_confs
|
||||
|
||||
exec: *multiclass_conf
|
||||
exec: *timing_conf
|
||||
|
|
24
quacc.log
24
quacc.log
|
@ -17876,3 +17876,27 @@ LinearRegression does not accept missing values encoded as NaN natively. For sup
|
|||
24/03/24 10:12:41| INFO ref finished [took 173.8145s]
|
||||
24/03/24 10:13:10| INFO atc_mc finished [took 203.0342s]
|
||||
24/03/24 10:14:33| INFO doc finished [took 285.7280s]
|
||||
----------------------------------------------------------------------------------------------------
|
||||
26/03/24 13:07:00| INFO dataset rcv1_GCAT_1prevs [pool size: 10]
|
||||
26/03/24 13:07:00| INFO Dataset sample [0.5 0.5] of dataset rcv1_GCAT_1prevs started
|
||||
26/03/24 13:07:00| WARNING Method ref failed. Exception: index 1 is out of bounds for axis 0 with size 1
|
||||
26/03/24 13:07:01| WARNING Method naive failed. Exception: index 1 is out of bounds for axis 0 with size 1
|
||||
26/03/24 13:07:01| WARNING Method mandoline failed. Exception: index 1 is out of bounds for axis 0 with size 1
|
||||
26/03/24 13:09:52| WARNING Method rca failed. Exception: index 1 is out of bounds for axis 0 with size 1
|
||||
----------------------------------------------------------------------------------------------------
|
||||
26/03/24 13:10:42| INFO dataset rcv1_GCAT_1prevs [pool size: 10]
|
||||
26/03/24 13:10:42| INFO Dataset sample [0.5 0.5] of dataset rcv1_GCAT_1prevs started
|
||||
26/03/24 13:10:42| INFO ref finished [took 0.3006s]
|
||||
26/03/24 13:10:43| INFO naive finished [took 0.2856s]
|
||||
26/03/24 13:10:51| INFO mandoline finished [took 8.2882s]
|
||||
----------------------------------------------------------------------------------------------------
|
||||
26/03/24 13:12:43| INFO dataset rcv1_GCAT_1prevs [pool size: 10]
|
||||
26/03/24 13:12:43| INFO Dataset sample [0.5 0.5] of dataset rcv1_GCAT_1prevs started
|
||||
26/03/24 13:12:44| INFO ref finished [took 0.2974s]
|
||||
26/03/24 13:12:44| INFO naive finished [took 0.2897s]
|
||||
26/03/24 13:12:52| INFO mandoline finished [took 8.2761s]
|
||||
----------------------------------------------------------------------------------------------------
|
||||
26/03/24 13:13:23| INFO dataset rcv1_CCAT_1prevs [pool size: 10]
|
||||
26/03/24 13:13:23| INFO Dataset sample [0.5 0.5] of dataset rcv1_CCAT_1prevs started
|
||||
26/03/24 13:13:23| INFO ref finished [took 0.2911s]
|
||||
26/03/24 13:13:24| INFO naive finished [took 0.2978s]
|
||||
|
|
Loading…
Reference in New Issue