Glenn Weidner created SYSTEMML-1820:
---------------------------------------

             Summary: Add isStatistics and isExplain to Python MLContext
                 Key: SYSTEMML-1820
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1820
             Project: SystemML
          Issue Type: Improvement
          Components: APIs
            Reporter: Glenn Weidner
            Assignee: Glenn Weidner
            Priority: Minor


>From spark-shell, isStatistics and isExplain can be called from MLContext 
>instance to indicate whether statistics or explain output are enabled.

{code:java}
scala> ml.isStatistics
res3: Boolean = false
scala> ml.isExplain
res4: Boolean = false
{code}

For consistency, they should also be supported in pyspark.





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to