Closed kyao closed 6 years ago
TemplateLibrary.get_template currently takes TaskType and TaskSubtype as input. It should should also include d3m.container.Dataset as input. Then, use dataset and DSBoxTemplate.template['inputType'] to filter templates.
Implement by @ckxz105
TemplateLibrary.get_template currently takes TaskType and TaskSubtype as input. It should should also include d3m.container.Dataset as input. Then, use dataset and DSBoxTemplate.template['inputType'] to filter templates.