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 2019/12/18 23:33:00 UTC

[jira] [Closed] (MADLIB-1397) DL: Add optional params to madlib_keras_fit_multiple_model

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

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

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

> 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
>            Priority: Major
>             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)