1
0
Fork 0

all datasets

This commit is contained in:
Alejandro Moreo Fernandez 2023-03-23 15:47:40 +01:00
parent fa9d5ea243
commit 763c008b6d
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ if __name__ == '__main__':
qp.environ['SVMPERF_HOME'] = args.svmperfpath
optim_losses = ['mae']
datasets = qp.datasets.UCI_DATASETS[:4]
datasets = qp.datasets.UCI_DATASETS
models = quantification_models()
qp.util.parallel(run, itertools.product(optim_losses, datasets, models), n_jobs=N_JOBS)