You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "Yuhao Zhang (Jira)" <ji...@apache.org> on 2019/09/05 18:22:00 UTC

[jira] [Created] (MADLIB-1381) Remove model_arch_table column from the output of load_model_selection_table

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)