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)