You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "Nandish Jayaram (JIRA)" <ji...@apache.org> on 2019/03/13 22:19:00 UTC

[jira] [Assigned] (MADLIB-1305) MADlib keras fit() function

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

Nandish Jayaram reassigned MADLIB-1305:
---------------------------------------

    Assignee: Nandish Jayaram

> MADlib keras fit() function
> ---------------------------
>
>                 Key: MADLIB-1305
>                 URL: https://issues.apache.org/jira/browse/MADLIB-1305
>             Project: Apache MADlib
>          Issue Type: Improvement
>            Reporter: Frank McQuillan
>            Assignee: Nandish Jayaram
>            Priority: Major
>             Fix For: v1.16
>
>
> `As a data scientist`
> I want to call a Keras fit function from MADlib
> `so that`
> I can do distributed training of Keras models on Greenplum.
> Proposed interface:
> {code}
> madlib_keras_fit(
>     source_table            VARCHAR,
>     model                   VARCHAR,
>     dependent_varname       VARCHAR,
>     independent_varname     VARCHAR,
>     model_arch_table        VARCHAR,
>     model_arch_id           INTEGER,
>     compile_params          VARCHAR,
>     fit_params              VARCHAR,
>     num_iterations          INTEGER,
>     num_classes             INTEGER,
>     use_gpu                 BOOLEAN,
>     validation_table        VARCHAR,
>     name                    VARCHAR,
>     description             VARCHAR
>     )
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)