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/07 10:33:00 UTC

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

Makoto Yui created HIVEMALL-172:
-----------------------------------

             Summary: 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


{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)