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

Route DML print statements from JVM back to Python

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • SystemML 0.15
    • APIs
    • None

    Description

      Currently, a DML print statement results in a System.out.println call in the JVM. For Python, this output will not be routed back as Python standard out, and thus it will not be visible in some environments, such as a Jupyter notebook. In a Python repl, the output will be visible, but only because the JVM will be printing to the same terminal as the Python process is running from, and thus the user will see the output. Since a large amount of ML work is performed within a notebook using Python, we should figure out how to route this output back to the Python std out.

      Relevant:

      Attachments

        Activity

          People

            niketanpansare Niketan Pansare
            dusenberrymw Mike Dusenberry
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: