adding mrae
This commit is contained in:
parent
606ec2b89c
commit
e4cb7868c7
|
|
@ -6,7 +6,7 @@ from sklearn.linear_model import LogisticRegression
|
||||||
|
|
||||||
METHODS = ['PACC',
|
METHODS = ['PACC',
|
||||||
'EMQ',
|
'EMQ',
|
||||||
# 'KDEy-ML',
|
'KDEy-ML',
|
||||||
'KDEy-MLA'
|
'KDEy-MLA'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ if __name__ == '__main__':
|
||||||
qp.environ['N_JOBS'] = -1
|
qp.environ['N_JOBS'] = -1
|
||||||
n_bags_val = 250
|
n_bags_val = 250
|
||||||
n_bags_test = 1000
|
n_bags_test = 1000
|
||||||
for optim in ['mae']:
|
for optim in ['mae', 'mrae']:
|
||||||
result_dir = f'results/ucimulti/{optim}'
|
result_dir = f'results/ucimulti/{optim}'
|
||||||
|
|
||||||
os.makedirs(result_dir, exist_ok=True)
|
os.makedirs(result_dir, exist_ok=True)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue