Frank McQuillan created MADLIB-1430:
---------------------------------------
Summary: 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
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)