A distributed system for creating, running, and persisting many machine learning experiments.
0
stars
0
forks
source link
`all_metrics` parameter doesn't score against metrics listed in problem description when set to False #93
Closed
e13h closed 4 years ago
In
execute_pipeline_on_problem()
, the docstring for the parameterall_metrics
says the following:https://github.com/byu-dml/d3m-experimenter/blob/001a68aa988d58cecf2de078ce6bdc72c266641b/experimenter/execute_pipeline.py#L39-L41
But when
all_metrics
isFalse
, this is not actually the case. The metrics used whenall_metrics
isFalse
isNone
. https://github.com/byu-dml/d3m-experimenter/blob/001a68aa988d58cecf2de078ce6bdc72c266641b/experimenter/execute_pipeline.py#L57-L59