some refactor and prior effect script

This commit is contained in:
Alejandro Moreo Fernandez 2026-01-13 12:20:02 +01:00
parent 323cd383f9
commit de7c04a380
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if __name__ == '__main__':
qp.environ['SAMPLE_SIZE'] = multiclass['sample_size']
for data_name in selected:
data = multiclass['fetch_fn'](data_name)
for method_name, surrogate_quant, hyper_params, bay_constructor, method_scope in methods():
for method_name, surrogate_quant, hyper_params, bay_constructor in methods():
result_path = experiment_path(result_dir, data_name, method_name)
hyper_path = experiment_path(result_dir/'hyperparams', data_name, surrogate_quant.__class__.__name__)