[ https://issues.apache.org/jira/browse/SYSTEMML-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Deron Eriksson closed SYSTEMML-645. ----------------------------------- > accuracy result in naive-bayes should be a scalar > ------------------------------------------------- > > Key: SYSTEMML-645 > URL: https://issues.apache.org/jira/browse/SYSTEMML-645 > Project: SystemML > Issue Type: Bug > Components: Algorithms > Reporter: Tommy Yu > Assignee: Tommy Yu > Priority: Minor > > Naiver-bayes export accuracy string as result: > acc_str = "Training Accuracy (%): " + acc > print(acc_str) > write(acc_str, $accuracy) > same for Naiver-bayes-predict > acc_str = "Accuracy (%): " + acc > print(acc_str) > if(cmdLine_accuracy != " ") > write(acc_str, cmdLine_accuracy) > I thought maybe it's issues here. -- This message was sent by Atlassian JIRA (v6.3.4#6332)