Closed epeters3 closed 4 years ago
Before ExperimenterDriver.run executes a pipeline on a problem (via the execute_pipeline_on_problem method), query the D3M DB to make sure that pipeline hasn't been run on that problem yet.
ExperimenterDriver.run
execute_pipeline_on_problem
Closed by d9503ddb72be245dddacc72fb0a061bc3dd1a3d7
Before
ExperimenterDriver.run
executes a pipeline on a problem (via theexecute_pipeline_on_problem
method), query the D3M DB to make sure that pipeline hasn't been run on that problem yet.