You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hivemall.apache.org by "Makoto Yui (JIRA)" <ji...@apache.org> on 2018/02/08 08:38:02 UTC

[jira] [Closed] (HIVEMALL-172) Change tree_predict 3rd argument to accept string options

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

Makoto Yui closed HIVEMALL-172.
-------------------------------
    Resolution: Fixed
      Assignee: Makoto Yui

Fixed in https://github.com/apache/incubator-hivemall/commit/c742ce58e94913bf446c3b296a24415676f9ac3b

> Change tree_predict 3rd argument to accept string options
> ---------------------------------------------------------
>
>                 Key: HIVEMALL-172
>                 URL: https://issues.apache.org/jira/browse/HIVEMALL-172
>             Project: Hivemall
>          Issue Type: Improvement
>            Reporter: Makoto Yui
>            Assignee: Makoto Yui
>            Priority: Minor
>
> {code:java}
> Current signature:
>   tree_predict(string modelId, string model, array<double|string> features [, const boolean classification])
> Expected:   
>    tree_predict(string modelId, string model, array<double|string> features [, const string options]){code}



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