Deron Eriksson created SYSTEMML-889:
---------------------------------------
Summary: Remove MLContext input output methods if possible
Key: SYSTEMML-889
URL: https://issues.apache.org/jira/browse/SYSTEMML-889
Project: SystemML
Issue Type: Improvement
Components: APIs
Reporter: Deron Eriksson
The input() and output() methods were added to the MLContext Java/Scala API (on
Script class) to support the Python API, since "in" is a reserved word in
Python.
Investigate if it's possible to have the Python API call the Java in() method.
If it is, have the Python input() method call the Java in() method, and have
the Python output() method call the Java out() method. Then, remove the input()
and output() methods from the Java Script class since these methods are
redundant.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)