Ekta Khanna created MADLIB-1397:
-----------------------------------
Summary: DL: Add optional params to madlib_keras_fit_multiple_model
Key: MADLIB-1397
URL: https://issues.apache.org/jira/browse/MADLIB-1397
Project: Apache MADlib
Issue Type: New Feature
Components: Deep Learning
Reporter: Ekta Khanna
Fix For: v1.17
Add optional parameters into API:
*API details*
{code:java}
madlib_keras_fit_multiple_model(
source_table,
...
metrics_compute_frequency, -- optional
warm_start, -- optional
name, -- optional
description -- optional
)
)
{code}
*Acceptance*
1. Test each optional parameter in turn.
1. Behavior is the same as
[http://madlib.apache.org/docs/latest/group__grp__keras.html] for single model
training.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)