Yuhao Zhang created MADLIB-1381:
-----------------------------------
Summary: Remove model_arch_table column from the output of
load_model_selection_table
Key: MADLIB-1381
URL: https://issues.apache.org/jira/browse/MADLIB-1381
Project: Apache MADlib
Issue Type: Task
Components: Deep Learning
Reporter: Yuhao Zhang
Fix For: v1.17
Currently, the utility function {{load_model_selection_table()}} assumes that
there is only 1 model architecture table (passed in as a parameter). Therefore,
it shouldn't be added as part of the output table, instead, create an output
summary table and add it as a column in it.
Acceptance:
1. No changes to the interface
1. Output table has the following columns
|MST_Key (sequence)|
|-model_arch_table-|
| model_arch_id |
|compile_params |
|fit_params|
1. Create output summary table with the following column
|model_arch_table|
--
This message was sent by Atlassian Jira
(v8.3.2#803003)