You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "Frank McQuillan (Jira)" <ji...@apache.org> on 2020/08/06 18:40:00 UTC

[jira] [Closed] (MADLIB-1430) DL - add object table info in load MST table utility function

     [ https://issues.apache.org/jira/browse/MADLIB-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank McQuillan closed MADLIB-1430.
-----------------------------------
    Resolution: Fixed

https://github.com/apache/madlib/pull/501

> DL - add object table info in load MST table utility function
> -------------------------------------------------------------
>
>                 Key: MADLIB-1430
>                 URL: https://issues.apache.org/jira/browse/MADLIB-1430
>             Project: Apache MADlib
>          Issue Type: Improvement
>          Components: Deep Learning
>            Reporter: Frank McQuillan
>            Priority: Minor
>             Fix For: v1.18.0
>
>
> Add object table info in the `Setup Model Selection` utility function
> http://madlib.apache.org/docs/latest/group__grp__keras__setup__model__selection.html
> The new interface is
> {code}
> load_model_selection_table(
>     model_arch_table,
>     model_selection_table,
>     model_id_list,
>     compile_params_list,
>     fit_params_list,
>     object_table             -- new optional parameter
>     )
> object_table (optional)
> VARCHAR.  Name of the table containing Python objects in the case that custom loss functions or custom metrics are specified in the `compile_params_list`
> {code}
> Add the name of the object table (if specified) to the  summary table named `<model_selection_table>_summary:
> {code}
> model_arch_table	VARCHAR. Name of the model architecture table containing the model architecture IDs.
> object_table        VARCHAR. Name of the object table containing the serialized Python objects for custom loss functions and custom metrics.   -- new column in this summary table
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)