[
https://issues.apache.org/jira/browse/SYSTEMML-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glenn Weidner resolved SYSTEMML-1193.
-------------------------------------
Resolution: Fixed
Fix Version/s: SystemML 0.13
The performance script was modified to account for the non-optional
probabilities parameter.
https://github.com/apache/incubator-systemml/commit/0f92f40182f32e7cf533e5cea28de7b6759666f3
> Perftest: Error running naive-bayes-predict.dml
> -----------------------------------------------
>
> Key: SYSTEMML-1193
> URL: https://issues.apache.org/jira/browse/SYSTEMML-1193
> Project: SystemML
> Issue Type: Improvement
> Components: Test
> Reporter: Glenn Weidner
> Assignee: Glenn Weidner
> Priority: Minor
> Fix For: SystemML 0.13
>
>
> The following error was found in performance logs (e.g,
> runNaiveBayes_10M_1k_dense_k150.out):
> ERROR api.DMLScript: ../algorithms/naive-bayes-predict.dml line 58:13 The
> parameter $probabilities either needs to be passed through commandline or
> initialized to default value.
> --------------------------------------------------------------
> The following parse issue was encountered:
> ../algorithms/naive-bayes-predict.dml [line 58:13] [Validation error] ->
> write(probs, $probabilities, format=cmdLine_fmt)
> The parameter $probabilities either needs to be passed through commandline
> or initialized to default value.
> --------------------------------------------------------------
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)