You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Glenn Weidner (JIRA)" <ji...@apache.org> on 2017/08/08 15:35:00 UTC

[jira] [Resolved] (SYSTEMML-1820) Add isStatistics and isExplain to Python MLContext

     [ https://issues.apache.org/jira/browse/SYSTEMML-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glenn Weidner resolved SYSTEMML-1820.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: SystemML 1.0

Fixed with [PR 600|https://github.com/apache/systemml/pull/600].

> 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
>             Fix For: SystemML 1.0
>
>
> 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)