Baunsgaard commented on a change in pull request #910:
URL: https://github.com/apache/systemml/pull/910#discussion_r426469434



##########
File path: 
src/test/java/org/apache/sysds/test/functions/builtin/BuiltinMulticlassSVMTest.java
##########
@@ -99,16 +98,16 @@ private void runMSVMTest(boolean sparse, boolean  
intercept, int classes, double
                        double sparsity = sparse ? spSparse : spDense;
                        String HOME = SCRIPT_DIR + TEST_DIR;
                        fullDMLScriptName = HOME + TEST_NAME + ".dml";
-                       programArgs = new String[]{ "-explain", "-stats",
+                       programArgs = new String[]{
                                "-nvargs", "X=" + input("X"), "Y=" + 
input("Y"), "model=" + output("model"),
-                               "inc=" + 
String.valueOf(intercept).toUpperCase(), "num_classes=" + classes, "eps=" + 
eps, "lam=" + lambda, "max=" + run};
+                               "inc=" + 
String.valueOf(intercept).toUpperCase(), "eps=" + eps, "lam=" + lambda, "max=" 
+ run};
 
                        fullRScriptName = HOME + TEST_NAME + ".R";
-                       rCmd = getRCmd(inputDir(), Boolean.toString(intercept), 
Integer.toString(classes),  Double.toString(eps),
+                       rCmd = getRCmd(inputDir(), Boolean.toString(intercept), 
 Double.toString(eps),

Review comment:
       thanks, i have been looking around for that.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to