DashAI.back.TaskLib.task.taskMain.Task
-
class
DashAI.back.TaskLib.task.taskMain.
Task
Task is an abstract class for all the Task implemented in the framework. Never use this class directly.
-
__init__
() Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
get_prediction
(execution_id, x)Returns the predicted output of x, given by the execution execution_id
Task.map_category
parse_single_input_from_string
(x)run_experiments
(input_data)This method train all the executions in self.executions with the data in input_data.
set_compatible_models
()set_executions
(model, param)This method configures one execution per model in models with the parameters in the params[model] dictionary.
Attributes
NAME
compatible_models
executions
experimentResults
-