use algorithm tpye
This commit is contained in:
parent
e9f503ef3e
commit
494b23678e
|
@ -142,7 +142,7 @@ def clean_knob_data(knob_matrix, knob_labels, session):
|
||||||
|
|
||||||
|
|
||||||
@task(base=AggregateTargetResults, name='aggregate_target_results')
|
@task(base=AggregateTargetResults, name='aggregate_target_results')
|
||||||
def aggregate_target_results(result_id, algorithm='gpr'):
|
def aggregate_target_results(result_id, algorithm):
|
||||||
# Check that we've completed the background tasks at least once. We need
|
# Check that we've completed the background tasks at least once. We need
|
||||||
# this data in order to make a configuration recommendation (until we
|
# this data in order to make a configuration recommendation (until we
|
||||||
# implement a sampling technique to generate new training data).
|
# implement a sampling technique to generate new training data).
|
||||||
|
|
Loading…
Reference in New Issue