some refactor and prior effect script
This commit is contained in:
parent
323cd383f9
commit
de7c04a380
|
|
@ -113,7 +113,7 @@ if __name__ == '__main__':
|
||||||
qp.environ['SAMPLE_SIZE'] = multiclass['sample_size']
|
qp.environ['SAMPLE_SIZE'] = multiclass['sample_size']
|
||||||
for data_name in selected:
|
for data_name in selected:
|
||||||
data = multiclass['fetch_fn'](data_name)
|
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)
|
result_path = experiment_path(result_dir, data_name, method_name)
|
||||||
hyper_path = experiment_path(result_dir/'hyperparams', data_name, surrogate_quant.__class__.__name__)
|
hyper_path = experiment_path(result_dir/'hyperparams', data_name, surrogate_quant.__class__.__name__)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue