Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-1820

Add isStatistics and isExplain to Python MLContext

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • SystemML 0.15
    • APIs
    • None

    Description

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

      scala> ml.isStatistics
      res3: Boolean = false
      scala> ml.isExplain
      res4: Boolean = false
      

      For consistency, they should also be supported in pyspark.

      Attachments

        Activity

          People

            gweidner Glenn Weidner
            gweidner Glenn Weidner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: